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 class
Iterator over entries which supports access to unboxed keys and values.final class
Iterator over keys which supports access to unboxed keys viaInt2IntHashMap.KeyIterator.nextValue()
.final class
Iterator over values which supports access to unboxed values.