Uses of Class
com.carrotsearch.hppc.cursors.LongCursor
-
Packages that use LongCursor Package Description com.carrotsearch.hppc -
-
Uses of LongCursor in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return LongCursor Modifier and Type Method Description protected LongCursorLongHashSet.EntryIterator. fetch()Methods in com.carrotsearch.hppc that return types with arguments of type LongCursor Modifier and Type Method Description Iterator<LongCursor>LongArrayList. iterator()Returns an iterator to a cursor traversing the collection.Iterator<LongCursor>LongContainer. iterator()Returns an iterator to a cursor traversing the collection.Iterator<LongCursor>LongHashSet. iterator()Returns an iterator to a cursor traversing the collection.Iterator<LongCursor>LongIntHashMap.KeysContainer. iterator()Iterator<LongCursor>LongObjectHashMap.KeysContainer. iterator()Method parameters in com.carrotsearch.hppc with type arguments of type LongCursor Modifier and Type Method Description intLongArrayList. addAll(Iterable<? extends LongCursor> iterable)Adds all elements from another iterable.intLongHashSet. addAll(Iterable<? extends LongCursor> iterable)Adds all elements from the given iterable to this set.
-