Uses of Class
com.carrotsearch.hppc.cursors.LongCursor
-
Packages that use LongCursor Package Description com.carrotsearch.hppc -
-
Uses of LongCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as LongCursor Modifier and Type Field Description private LongCursorByteLongHashMap.ValuesIterator. cursorprivate LongCursorCharLongHashMap.ValuesIterator. cursorprivate LongCursorDoubleLongHashMap.ValuesIterator. cursorprivate LongCursorFloatLongHashMap.ValuesIterator. cursorprivate LongCursorIntLongHashMap.ValuesIterator. cursorprivate LongCursorLongArrayDeque.DescendingValueIterator. cursorprivate LongCursorLongArrayDeque.ValueIterator. cursorprivate LongCursorLongArrayList.ValueIterator. cursorprivate LongCursorLongByteHashMap.KeysIterator. cursorprivate LongCursorLongCharHashMap.KeysIterator. cursorprivate LongCursorLongDoubleHashMap.KeysIterator. cursorprivate LongCursorLongFloatHashMap.KeysIterator. cursorprivate LongCursorLongHashSet.EntryIterator. cursorprivate LongCursorLongIntHashMap.KeysIterator. cursorprivate LongCursorLongLongHashMap.KeysIterator. cursorprivate LongCursorLongLongHashMap.ValuesIterator. cursorprivate LongCursorLongObjectHashMap.KeysIterator. cursorprivate LongCursorLongShortHashMap.KeysIterator. cursorprivate LongCursorObjectLongHashMap.ValuesIterator. cursorprivate LongCursorShortLongHashMap.ValuesIterator. cursorMethods in com.carrotsearch.hppc that return LongCursor Modifier and Type Method Description protected LongCursorByteLongHashMap.ValuesIterator. fetch()protected LongCursorCharLongHashMap.ValuesIterator. fetch()protected LongCursorDoubleLongHashMap.ValuesIterator. fetch()protected LongCursorFloatLongHashMap.ValuesIterator. fetch()protected LongCursorIntLongHashMap.ValuesIterator. fetch()protected LongCursorLongArrayDeque.DescendingValueIterator. fetch()protected LongCursorLongArrayDeque.ValueIterator. fetch()protected LongCursorLongArrayList.ValueIterator. fetch()protected LongCursorLongByteHashMap.KeysIterator. fetch()protected LongCursorLongCharHashMap.KeysIterator. fetch()protected LongCursorLongDoubleHashMap.KeysIterator. fetch()protected LongCursorLongFloatHashMap.KeysIterator. fetch()protected LongCursorLongHashSet.EntryIterator. fetch()protected LongCursorLongIntHashMap.KeysIterator. fetch()protected LongCursorLongLongHashMap.KeysIterator. fetch()protected LongCursorLongLongHashMap.ValuesIterator. fetch()protected LongCursorLongObjectHashMap.KeysIterator. fetch()protected LongCursorLongShortHashMap.KeysIterator. fetch()protected LongCursorObjectLongHashMap.ValuesIterator. fetch()protected LongCursorShortLongHashMap.ValuesIterator. fetch()Methods in com.carrotsearch.hppc that return types with arguments of type LongCursor Modifier and Type Method Description java.util.Iterator<LongCursor>LongArrayDeque. descendingIterator()Returns a cursor over the values of this deque (in tail to head order).java.util.Iterator<LongCursor>LongDeque. descendingIterator()java.util.Iterator<LongCursor>ByteLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>CharLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>DoubleLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>FloatLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>IntLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>LongArrayDeque. iterator()Returns a cursor over the values of this deque (in head to tail order).java.util.Iterator<LongCursor>LongArrayList. iterator()Returns an iterator to a cursor traversing the collection.java.util.Iterator<LongCursor>LongByteHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongCharHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongContainer. iterator()Returns an iterator to a cursor traversing the collection.java.util.Iterator<LongCursor>LongDoubleHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongFloatHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongHashSet. iterator()Returns an iterator to a cursor traversing the collection.java.util.Iterator<LongCursor>LongIntHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongLongHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>LongObjectHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>LongShortHashMap.KeysContainer. iterator()java.util.Iterator<LongCursor>ObjectLongHashMap.ValuesContainer. iterator()java.util.Iterator<LongCursor>ShortLongHashMap.ValuesContainer. iterator()Method parameters in com.carrotsearch.hppc with type arguments of type LongCursor Modifier and Type Method Description intLongArrayList. addAll(java.lang.Iterable<? extends LongCursor> iterable)Adds all elements from another iterable.intLongHashSet. addAll(java.lang.Iterable<? extends LongCursor> iterable)Adds all elements from the given iterable to this set.intLongArrayDeque. addFirst(java.lang.Iterable<? extends LongCursor> iterable)Inserts all elements from the given iterable to the front of this deque.intLongArrayDeque. addLast(java.lang.Iterable<? extends LongCursor> iterable)Inserts all elements from the given iterable to the end of this deque.intLongStack. pushAll(java.lang.Iterable<? extends LongCursor> iterable)Pushes all elements from another iterable to the top of the stack.
-