Uses of Class
com.carrotsearch.hppc.cursors.ObjectCursor
Packages that use ObjectCursor
-
Uses of ObjectCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as ObjectCursorModifier and TypeFieldDescriptionprivate final ObjectCursor<VType> ByteObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<VType> CharObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<VType> DoubleObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<VType> FloatObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<VType> IntObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<VType> LongObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<KType> ObjectArrayDeque.DescendingValueIterator.cursorprivate final ObjectCursor<KType> ObjectArrayDeque.ValueIterator.cursorprivate final ObjectCursor<KType> ObjectArrayList.ValueIterator.cursorprivate final ObjectCursor<KType> ObjectByteHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectCharHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectDoubleHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectFloatHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectHashSet.EntryIterator.cursorprivate final ObjectCursor<KType> ObjectIntHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectLongHashMap.KeysIterator.cursorprivate final ObjectCursor<KType> ObjectObjectHashMap.KeysIterator.cursorprivate final ObjectCursor<VType> ObjectObjectHashMap.ValuesIterator.cursorprivate final ObjectCursor<KType> ObjectShortHashMap.KeysIterator.cursorprivate final ObjectCursor<VType> ShortObjectHashMap.ValuesIterator.cursorMethods in com.carrotsearch.hppc that return ObjectCursorModifier and TypeMethodDescriptionprotected ObjectCursor<VType> ByteObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<VType> CharObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<VType> DoubleObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<VType> FloatObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<VType> IntObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<VType> LongObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<KType> ObjectArrayDeque.DescendingValueIterator.fetch()protected ObjectCursor<KType> ObjectArrayDeque.ValueIterator.fetch()protected ObjectCursor<KType> ObjectArrayList.ValueIterator.fetch()protected ObjectCursor<KType> ObjectByteHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectCharHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectDoubleHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectFloatHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectHashSet.EntryIterator.fetch()protected ObjectCursor<KType> ObjectIntHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectLongHashMap.KeysIterator.fetch()protected ObjectCursor<KType> ObjectObjectHashMap.KeysIterator.fetch()protected ObjectCursor<VType> ObjectObjectHashMap.ValuesIterator.fetch()protected ObjectCursor<KType> ObjectShortHashMap.KeysIterator.fetch()protected ObjectCursor<VType> ShortObjectHashMap.ValuesIterator.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()ByteObjectHashMap.ValuesContainer.iterator()CharObjectHashMap.ValuesContainer.iterator()DoubleObjectHashMap.ValuesContainer.iterator()FloatObjectHashMap.ValuesContainer.iterator()IntObjectHashMap.ValuesContainer.iterator()LongObjectHashMap.ValuesContainer.iterator()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()ObjectObjectHashMap.ValuesContainer.iterator()ObjectShortHashMap.KeysContainer.iterator()ShortObjectHashMap.ValuesContainer.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.