Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
-
Packages that use AbstractSentinelValues Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of AbstractSentinelValues in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return AbstractSentinelValues Modifier and Type Method Description protected abstract AbstractSentinelValuesAbstractMutableByteKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableCharKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableDoubleKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableFloatKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableIntKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableLongKeySet. getSentinelValues()protected abstract AbstractSentinelValuesAbstractMutableShortKeySet. getSentinelValues()
-