Uses of Class
org.agrona.collections.Long2ObjectHashMap.AbstractIterator
Packages that use Long2ObjectHashMap.AbstractIterator
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Long2ObjectHashMap.AbstractIterator in org.agrona.collections
Subclasses of Long2ObjectHashMap.AbstractIterator in org.agrona.collectionsModifier and TypeClassDescriptionfinal class
Iterator over entries which supports access to unboxed keys viaLong2ObjectHashMap.EntryIterator.getLongKey()
.final class
Iterator over keys which supports access to unboxed keys viaLong2ObjectHashMap.KeyIterator.nextLong()
.final class
Iterator over values.