Uses of Class
org.apache.lucene.internal.hppc.CharCursor
Packages that use CharCursor
-
Uses of CharCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as CharCursorModifier and TypeFieldDescriptionprivate final CharCursor
CharHashSet.EntryIterator.cursor
private final CharCursor
CharObjectHashMap.KeysIterator.cursor
Methods in org.apache.lucene.internal.hppc that return CharCursorModifier and TypeMethodDescriptionprotected CharCursor
CharHashSet.EntryIterator.fetch()
protected CharCursor
CharObjectHashMap.KeysIterator.fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type CharCursorModifier and TypeMethodDescriptionCharHashSet.iterator()
CharObjectHashMap.KeysContainer.iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type CharCursorModifier and TypeMethodDescriptionint
CharHashSet.addAll
(Iterable<? extends CharCursor> iterable) Adds all elements from the given iterable to this set.