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