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 onHashingStrategy
s 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 class
UnifiedMapWithHashingStrategy.EntrySetIterator
protected class
UnifiedMapWithHashingStrategy.KeySetIterator
protected class
UnifiedMapWithHashingStrategy.ValuesIterator
-