Uses of Class
org.agrona.collections.Int2ObjectCache.AbstractIterator
-
Packages that use Int2ObjectCache.AbstractIterator Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of Int2ObjectCache.AbstractIterator in org.agrona.collections
Subclasses of Int2ObjectCache.AbstractIterator in org.agrona.collections Modifier and Type Class Description class
Int2ObjectCache.EntryIterator
Iterator over entries which supports access to unboxed keys viaInt2ObjectCache.EntryIterator.getIntKey()
.class
Int2ObjectCache.KeyIterator
Iterator over keys which supports access to unboxed keys viaInt2ObjectCache.KeyIterator.nextInt()
.class
Int2ObjectCache.ValueIterator
An iterator over values.
-