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 classIterator over entries which supports access to unboxed keys viaInt2ObjectCache.EntryIterator.getIntKey().final classIterator over keys which supports access to unboxed keys viaInt2ObjectCache.KeyIterator.nextInt().final classAn iterator over values.