Uses of Class
org.agrona.collections.Object2IntHashMap.AbstractIterator
-
Packages that use Object2IntHashMap.AbstractIterator Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of Object2IntHashMap.AbstractIterator in org.agrona.collections
Subclasses of Object2IntHashMap.AbstractIterator in org.agrona.collections Modifier and Type Class Description class
Object2IntHashMap.EntryIterator
Iterator over entries which can provide unboxed access and optionally avoid allocation.class
Object2IntHashMap.KeyIterator
Iterator over keys.class
Object2IntHashMap.ValueIterator
Iterator over values providing unboxed access viaObject2IntHashMap.ValueIterator.nextInt()
.
-