Uses of Class
org.agrona.collections.Int2ObjectCache.AbstractIterator
Packages that use Int2ObjectCache.AbstractIterator
Package
Description
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.collectionsModifier and TypeClassDescriptionfinal class
Iterator over entries which supports access to unboxed keys viaInt2ObjectCache.EntryIterator.getIntKey()
.final class
Iterator over keys which supports access to unboxed keys viaInt2ObjectCache.KeyIterator.nextInt()
.final class
An iterator over values.