Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap.SentinelValues
Packages that use AbstractMutableLongValuesMap.SentinelValues
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of AbstractMutableLongValuesMap.SentinelValues in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as AbstractMutableLongValuesMap.SentinelValuesModifier and TypeFieldDescriptionByteLongHashMap.sentinelValuesCharLongHashMap.sentinelValuesDoubleLongHashMap.sentinelValuesFloatLongHashMap.sentinelValuesIntLongHashMap.sentinelValuesLongLongHashMap.sentinelValuesShortLongHashMap.sentinelValuesMethods in org.eclipse.collections.impl.map.mutable.primitive that return AbstractMutableLongValuesMap.SentinelValuesModifier and TypeMethodDescriptionAbstractMutableLongValuesMap.SentinelValues.copy()protected abstract AbstractMutableLongValuesMap.SentinelValuesAbstractMutableLongValuesMap.getSentinelValues()ByteLongHashMap.getSentinelValues()ByteLongHashMap.KeySet.getSentinelValues()CharLongHashMap.getSentinelValues()CharLongHashMap.KeySet.getSentinelValues()DoubleLongHashMap.getSentinelValues()DoubleLongHashMap.KeySet.getSentinelValues()FloatLongHashMap.getSentinelValues()FloatLongHashMap.KeySet.getSentinelValues()IntLongHashMap.getSentinelValues()IntLongHashMap.KeySet.getSentinelValues()LongLongHashMap.getSentinelValues()LongLongHashMap.KeySet.getSentinelValues()ShortLongHashMap.getSentinelValues()ShortLongHashMap.KeySet.getSentinelValues()