Uses of Class
com.carrotsearch.hppc.cursors.ObjectCursor
Packages that use ObjectCursor
-
Uses of ObjectCursor in com.carrotsearch.hppc
Subclasses with type arguments of type ObjectCursor in com.carrotsearch.hppcModifier and TypeClassDescriptionprotected final classAn iterator implementation forObjectHashSet.iterator().Subinterfaces with type arguments of type ObjectCursor in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterfaceObjectContainer<KType>A generic container holdingObjects.Methods in com.carrotsearch.hppc that return ObjectCursorModifier and TypeMethodDescriptionprotected ObjectCursor<KType> ObjectHashSet.EntryIterator.fetch()Methods in com.carrotsearch.hppc that return types with arguments of type ObjectCursorModifier and TypeMethodDescriptionObjectArrayDeque.descendingIterator()Returns a cursor over the values of this deque (in tail to head order).ObjectDeque.descendingIterator()ObjectArrayDeque.iterator()Returns a cursor over the values of this deque (in head to tail order).ObjectArrayList.iterator()Returns an iterator to a cursor traversing the collection.ObjectByteHashMap.KeysContainer.iterator()ObjectCharHashMap.KeysContainer.iterator()ObjectContainer.iterator()Returns an iterator to a cursor traversing the collection.ObjectDoubleHashMap.KeysContainer.iterator()ObjectFloatHashMap.KeysContainer.iterator()ObjectHashSet.iterator()Returns an iterator to a cursor traversing the collection.ObjectIntHashMap.KeysContainer.iterator()ObjectLongHashMap.KeysContainer.iterator()ObjectObjectHashMap.KeysContainer.iterator()ObjectShortHashMap.KeysContainer.iterator()Method parameters in com.carrotsearch.hppc with type arguments of type ObjectCursorModifier and TypeMethodDescriptionintObjectArrayList.addAll(Iterable<? extends ObjectCursor<? extends KType>> iterable) Adds all elements from another iterable.intObjectHashSet.addAll(Iterable<? extends ObjectCursor<? extends KType>> iterable) Adds all elements from the given iterable to this set.intObjectArrayDeque.addFirst(Iterable<? extends ObjectCursor<? extends KType>> iterable) Inserts all elements from the given iterable to the front of this deque.intObjectArrayDeque.addLast(Iterable<? extends ObjectCursor<? extends KType>> iterable) Inserts all elements from the given iterable to the end of this deque.intObjectStack.pushAll(Iterable<? extends ObjectCursor<? extends KType>> iterable) Pushes all elements from another iterable to the top of the stack.