Uses of Class
org.agrona.collections.Object2IntHashMap.AbstractIterator
Packages that use Object2IntHashMap.AbstractIterator
Package
Description
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.collectionsModifier and TypeClassDescriptionfinal classIterator over entries which can provide unboxed access and optionally avoid allocation.final classIterator over keys.final classIterator over values providing unboxed access viaObject2IntHashMap.ValueIterator.nextInt().