Package org.glassfish.pfl.basic.contain
Class DenseIntMapImpl<E>
java.lang.Object
org.glassfish.pfl.basic.contain.DenseIntMapImpl<E>
- All Implemented Interfaces:
IntMap<E>
Utility for managing mappings from densely allocated integer
keys to arbitrary objects. This should only be used for
keys in the range 0..max such that "most" of the key space is actually
used.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DenseIntMapImpl
public DenseIntMapImpl()
-
-
Method Details