Uses of Class
com.carrotsearch.hppc.cursors.ObjectCursor
-
Packages that use ObjectCursor Package Description com.carrotsearch.hppc -
-
Uses of ObjectCursor in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ObjectCursor Modifier and Type Method Description protected ObjectCursor<KType>
ObjectHashSet.EntryIterator. fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type ObjectCursor Modifier and Type Method Description java.util.Iterator<ObjectCursor<KType>>
ObjectArrayDeque. descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).java.util.Iterator<ObjectCursor<KType>>
ObjectDeque. descendingIterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectArrayDeque. iterator()
Returns a cursor over the values of this deque (in head to tail order).java.util.Iterator<ObjectCursor<KType>>
ObjectArrayList. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<ObjectCursor<KType>>
ObjectByteHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectCharHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectContainer. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<ObjectCursor<KType>>
ObjectDoubleHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectFloatHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectHashSet. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<ObjectCursor<KType>>
ObjectIntHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectLongHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectObjectHashMap.KeysContainer. iterator()
java.util.Iterator<ObjectCursor<KType>>
ObjectShortHashMap.KeysContainer. iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type ObjectCursor Modifier and Type Method Description int
ObjectArrayList. addAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Adds all elements from another iterable.int
ObjectHashSet. addAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Adds all elements from the given iterable to this set.int
ObjectArrayDeque. addFirst(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the front of this deque.int
ObjectArrayDeque. addLast(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the end of this deque.int
ObjectStack. pushAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Pushes all elements from another iterable to the top of the stack.
-