Uses of Class
com.carrotsearch.hppc.cursors.ByteCursor
Packages that use ByteCursor
-
Uses of ByteCursor in com.carrotsearch.hppc
Subclasses with type arguments of type ByteCursor in com.carrotsearch.hppcModifier and TypeClassDescriptionprivate final classAn iterator implementation forObjectArrayDeque.descendingIterator().private final classAn iterator implementation forObjectArrayDeque.iterator().(package private) static final classAn iterator implementation forByteArrayList.iterator().private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned keys.protected final classAn iterator implementation forByteHashSet.iterator().private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned keys.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.private final classAn iterator over the set of assigned values.Subinterfaces with type arguments of type ByteCursor in com.carrotsearch.hppcFields in com.carrotsearch.hppc declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursorByteArrayDeque.DescendingValueIterator.cursorprivate final ByteCursorByteArrayDeque.ValueIterator.cursorprivate final ByteCursorByteArrayList.ValueIterator.cursorprivate final ByteCursorByteByteHashMap.KeysIterator.cursorprivate final ByteCursorByteByteHashMap.ValuesIterator.cursorprivate final ByteCursorByteCharHashMap.KeysIterator.cursorprivate final ByteCursorByteDoubleHashMap.KeysIterator.cursorprivate final ByteCursorByteFloatHashMap.KeysIterator.cursorprivate final ByteCursorByteHashSet.EntryIterator.cursorprivate final ByteCursorByteIntHashMap.KeysIterator.cursorprivate final ByteCursorByteLongHashMap.KeysIterator.cursorprivate final ByteCursorByteObjectHashMap.KeysIterator.cursorprivate final ByteCursorByteShortHashMap.KeysIterator.cursorprivate final ByteCursorCharByteHashMap.ValuesIterator.cursorprivate final ByteCursorDoubleByteHashMap.ValuesIterator.cursorprivate final ByteCursorFloatByteHashMap.ValuesIterator.cursorprivate final ByteCursorIntByteHashMap.ValuesIterator.cursorprivate final ByteCursorLongByteHashMap.ValuesIterator.cursorprivate final ByteCursorObjectByteHashMap.ValuesIterator.cursorprivate final ByteCursorShortByteHashMap.ValuesIterator.cursorMethods in com.carrotsearch.hppc that return ByteCursorModifier and TypeMethodDescriptionprotected ByteCursorByteArrayDeque.DescendingValueIterator.fetch()protected ByteCursorByteArrayDeque.ValueIterator.fetch()protected ByteCursorByteArrayList.ValueIterator.fetch()protected ByteCursorByteByteHashMap.KeysIterator.fetch()protected ByteCursorByteByteHashMap.ValuesIterator.fetch()protected ByteCursorByteCharHashMap.KeysIterator.fetch()protected ByteCursorByteDoubleHashMap.KeysIterator.fetch()protected ByteCursorByteFloatHashMap.KeysIterator.fetch()protected ByteCursorByteHashSet.EntryIterator.fetch()protected ByteCursorByteIntHashMap.KeysIterator.fetch()protected ByteCursorByteLongHashMap.KeysIterator.fetch()protected ByteCursorByteObjectHashMap.KeysIterator.fetch()protected ByteCursorByteShortHashMap.KeysIterator.fetch()protected ByteCursorCharByteHashMap.ValuesIterator.fetch()protected ByteCursorDoubleByteHashMap.ValuesIterator.fetch()protected ByteCursorFloatByteHashMap.ValuesIterator.fetch()protected ByteCursorIntByteHashMap.ValuesIterator.fetch()protected ByteCursorLongByteHashMap.ValuesIterator.fetch()protected ByteCursorObjectByteHashMap.ValuesIterator.fetch()protected ByteCursorShortByteHashMap.ValuesIterator.fetch()Methods in com.carrotsearch.hppc that return types with arguments of type ByteCursorModifier and TypeMethodDescriptionByteArrayDeque.descendingIterator()Returns a cursor over the values of this deque (in tail to head order).ByteDeque.descendingIterator()ByteArrayDeque.iterator()Returns a cursor over the values of this deque (in head to tail order).ByteArrayList.iterator()Returns an iterator to a cursor traversing the collection.ByteByteHashMap.KeysContainer.iterator()ByteByteHashMap.ValuesContainer.iterator()ByteCharHashMap.KeysContainer.iterator()ByteContainer.iterator()Returns an iterator to a cursor traversing the collection.ByteDoubleHashMap.KeysContainer.iterator()ByteFloatHashMap.KeysContainer.iterator()ByteHashSet.iterator()Returns an iterator to a cursor traversing the collection.ByteIntHashMap.KeysContainer.iterator()ByteLongHashMap.KeysContainer.iterator()ByteObjectHashMap.KeysContainer.iterator()ByteShortHashMap.KeysContainer.iterator()CharByteHashMap.ValuesContainer.iterator()DoubleByteHashMap.ValuesContainer.iterator()FloatByteHashMap.ValuesContainer.iterator()IntByteHashMap.ValuesContainer.iterator()LongByteHashMap.ValuesContainer.iterator()ObjectByteHashMap.ValuesContainer.iterator()ShortByteHashMap.ValuesContainer.iterator()Method parameters in com.carrotsearch.hppc with type arguments of type ByteCursorModifier and TypeMethodDescriptionintByteArrayList.addAll(Iterable<? extends ByteCursor> iterable) Adds all elements from another iterable.intByteHashSet.addAll(Iterable<? extends ByteCursor> iterable) Adds all elements from the given iterable to this set.intByteArrayDeque.addFirst(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the front of this deque.intByteArrayDeque.addLast(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the end of this deque.intByteStack.pushAll(Iterable<? extends ByteCursor> iterable) Pushes all elements from another iterable to the top of the stack.