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