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 AbstractSentinelValues
AbstractMutableByteKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableCharKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableDoubleKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableFloatKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableIntKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableLongKeySet. getSentinelValues()
protected abstract AbstractSentinelValues
AbstractMutableShortKeySet. getSentinelValues()
-