Uses of Class
com.carrotsearch.hppc.cursors.CharCursor
Packages that use CharCursor
-
Uses of CharCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as CharCursorModifier and TypeFieldDescriptionprivate final CharCursorByteCharHashMap.ValuesIterator.cursorprivate final CharCursorCharArrayDeque.DescendingValueIterator.cursorprivate final CharCursorCharArrayDeque.ValueIterator.cursorprivate final CharCursorCharArrayList.ValueIterator.cursorprivate final CharCursorCharByteHashMap.KeysIterator.cursorprivate final CharCursorCharCharHashMap.KeysIterator.cursorprivate final CharCursorCharCharHashMap.ValuesIterator.cursorprivate final CharCursorCharDoubleHashMap.KeysIterator.cursorprivate final CharCursorCharFloatHashMap.KeysIterator.cursorprivate final CharCursorCharHashSet.EntryIterator.cursorprivate final CharCursorCharIntHashMap.KeysIterator.cursorprivate final CharCursorCharLongHashMap.KeysIterator.cursorprivate final CharCursorCharObjectHashMap.KeysIterator.cursorprivate final CharCursorCharShortHashMap.KeysIterator.cursorprivate final CharCursorDoubleCharHashMap.ValuesIterator.cursorprivate final CharCursorFloatCharHashMap.ValuesIterator.cursorprivate final CharCursorIntCharHashMap.ValuesIterator.cursorprivate final CharCursorLongCharHashMap.ValuesIterator.cursorprivate final CharCursorObjectCharHashMap.ValuesIterator.cursorprivate final CharCursorShortCharHashMap.ValuesIterator.cursorMethods in com.carrotsearch.hppc that return CharCursorModifier and TypeMethodDescriptionprotected CharCursorByteCharHashMap.ValuesIterator.fetch()protected CharCursorCharArrayDeque.DescendingValueIterator.fetch()protected CharCursorCharArrayDeque.ValueIterator.fetch()protected CharCursorCharArrayList.ValueIterator.fetch()protected CharCursorCharByteHashMap.KeysIterator.fetch()protected CharCursorCharCharHashMap.KeysIterator.fetch()protected CharCursorCharCharHashMap.ValuesIterator.fetch()protected CharCursorCharDoubleHashMap.KeysIterator.fetch()protected CharCursorCharFloatHashMap.KeysIterator.fetch()protected CharCursorCharHashSet.EntryIterator.fetch()protected CharCursorCharIntHashMap.KeysIterator.fetch()protected CharCursorCharLongHashMap.KeysIterator.fetch()protected CharCursorCharObjectHashMap.KeysIterator.fetch()protected CharCursorCharShortHashMap.KeysIterator.fetch()protected CharCursorDoubleCharHashMap.ValuesIterator.fetch()protected CharCursorFloatCharHashMap.ValuesIterator.fetch()protected CharCursorIntCharHashMap.ValuesIterator.fetch()protected CharCursorLongCharHashMap.ValuesIterator.fetch()protected CharCursorObjectCharHashMap.ValuesIterator.fetch()protected CharCursorShortCharHashMap.ValuesIterator.fetch()Methods in com.carrotsearch.hppc that return types with arguments of type CharCursorModifier and TypeMethodDescriptionCharArrayDeque.descendingIterator()Returns a cursor over the values of this deque (in tail to head order).CharDeque.descendingIterator()ByteCharHashMap.ValuesContainer.iterator()CharArrayDeque.iterator()Returns a cursor over the values of this deque (in head to tail order).CharArrayList.iterator()Returns an iterator to a cursor traversing the collection.CharByteHashMap.KeysContainer.iterator()CharCharHashMap.KeysContainer.iterator()CharCharHashMap.ValuesContainer.iterator()CharContainer.iterator()Returns an iterator to a cursor traversing the collection.CharDoubleHashMap.KeysContainer.iterator()CharFloatHashMap.KeysContainer.iterator()CharHashSet.iterator()Returns an iterator to a cursor traversing the collection.CharIntHashMap.KeysContainer.iterator()CharLongHashMap.KeysContainer.iterator()CharObjectHashMap.KeysContainer.iterator()CharShortHashMap.KeysContainer.iterator()DoubleCharHashMap.ValuesContainer.iterator()FloatCharHashMap.ValuesContainer.iterator()IntCharHashMap.ValuesContainer.iterator()LongCharHashMap.ValuesContainer.iterator()ObjectCharHashMap.ValuesContainer.iterator()ShortCharHashMap.ValuesContainer.iterator()Method parameters in com.carrotsearch.hppc with type arguments of type CharCursorModifier and TypeMethodDescriptionintCharArrayList.addAll(Iterable<? extends CharCursor> iterable) Adds all elements from another iterable.intCharHashSet.addAll(Iterable<? extends CharCursor> iterable) Adds all elements from the given iterable to this set.intCharArrayDeque.addFirst(Iterable<? extends CharCursor> iterable) Inserts all elements from the given iterable to the front of this deque.intCharArrayDeque.addLast(Iterable<? extends CharCursor> iterable) Inserts all elements from the given iterable to the end of this deque.intCharStack.pushAll(Iterable<? extends CharCursor> iterable) Pushes all elements from another iterable to the top of the stack.