Uses of Class
org.eclipse.collections.impl.map.mutable.AbstractMutableMap.ValuesCollectionCommon
-
Packages that use AbstractMutableMap.ValuesCollectionCommon Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map. -
-
Uses of AbstractMutableMap.ValuesCollectionCommon in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMutableMap.ValuesCollectionCommon in org.eclipse.collections.impl.map.mutable Modifier and Type Class Description protected class
UnifiedMap.ValuesCollection
-
Uses of AbstractMutableMap.ValuesCollectionCommon in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractMutableMap.ValuesCollectionCommon in org.eclipse.collections.impl.map.strategy.mutable Modifier and Type Class Description protected class
UnifiedMapWithHashingStrategy.ValuesCollection
-