Uses of Class
com.carrotsearch.hppc.cursors.CharCursor
Packages that use CharCursor
-
Uses of CharCursor in com.carrotsearch.hppc
Subclasses with type arguments of type CharCursor in com.carrotsearch.hppcModifier and TypeClassDescriptionprotected final classAn iterator implementation forCharHashSet.iterator().Subinterfaces with type arguments of type CharCursor in com.carrotsearch.hppcMethods in com.carrotsearch.hppc that return CharCursorMethods 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()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()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()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.