All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
MapMakerInternalMap.StrongKeyDummyValueEntry<K> |
copy(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> newNext)
Returns a freshly created entry, typed at the E type, for the given segment ,
that is a copy of the given entry .
|
(package private) static <K> MapMakerInternalMap.StrongKeyDummyValueEntry.Helper<K> |
instance() |
MapMakerInternalMap.Strength |
keyStrength()
The strength of the key type in each entry.
|
MapMakerInternalMap.StrongKeyDummyValueEntry<K> |
newEntry(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment,
K key,
int hash,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> next)
Returns a freshly created entry, typed at the E type, for the given segment .
|
MapMakerInternalMap.StrongKeyDummyValueSegment<K> |
newSegment(MapMakerInternalMap<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>,MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map,
int initialCapacity,
int maxSegmentSize)
Returns a freshly created segment, typed at the S type.
|
void |
setValue(MapMakerInternalMap.StrongKeyDummyValueSegment<K> segment,
MapMakerInternalMap.StrongKeyDummyValueEntry<K> entry,
MapMaker.Dummy value)
Sets the value of the given entry in the given segment to be the given value
|
MapMakerInternalMap.Strength |
valueStrength()
The strength of the value type in each entry.
|