Uses of Class
org.agrona.collections.Int2IntHashMap.AbstractIterator
Packages that use Int2IntHashMap.AbstractIterator
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Int2IntHashMap.AbstractIterator in org.agrona.collections
Subclasses of Int2IntHashMap.AbstractIterator in org.agrona.collectionsModifier and TypeClassDescriptionfinal classIterator over entries which supports access to unboxed keys and values.final classIterator over keys which supports access to unboxed keys viaInt2IntHashMap.KeyIterator.nextValue().final classIterator over values which supports access to unboxed values.