Uses of Class
org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy.PositionalIterator
-
Packages that use UnifiedMapWithHashingStrategy.PositionalIterator Package Description org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map. -
-
Uses of UnifiedMapWithHashingStrategy.PositionalIterator in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of UnifiedMapWithHashingStrategy.PositionalIterator in org.eclipse.collections.impl.map.strategy.mutable Modifier and Type Class Description protected classUnifiedMapWithHashingStrategy.EntrySetIteratorprotected classUnifiedMapWithHashingStrategy.KeySetIteratorprotected classUnifiedMapWithHashingStrategy.ValuesIterator
-