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