Uses of Class
org.agrona.collections.Int2IntHashMap.AbstractIterator
-
Packages that use Int2IntHashMap.AbstractIterator Package Description org.agrona.collections 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.collections Modifier and Type Class Description class
Int2IntHashMap.EntryIterator
Iterator over entries which supports access to unboxed keys and values.class
Int2IntHashMap.KeyIterator
Iterator over keys which supports access to unboxed keys viaInt2IntHashMap.KeyIterator.nextValue()
.class
Int2IntHashMap.ValueIterator
Iterator over values which supports access to unboxed values.
-