Uses of Class
org.apache.lucene.internal.hppc.CharCursor
-
Packages that use CharCursor Package Description org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library. -
-
Uses of CharCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as CharCursor Modifier and Type Field Description private CharCursor
CharHashSet.EntryIterator. cursor
private CharCursor
CharObjectHashMap.KeysIterator. cursor
Methods in org.apache.lucene.internal.hppc that return CharCursor Modifier and Type Method Description protected CharCursor
CharHashSet.EntryIterator. fetch()
protected CharCursor
CharObjectHashMap.KeysIterator. fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type CharCursor Modifier and Type Method Description java.util.Iterator<CharCursor>
CharHashSet. iterator()
java.util.Iterator<CharCursor>
CharObjectHashMap.KeysContainer. iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type CharCursor Modifier and Type Method Description int
CharHashSet. addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from the given iterable to this set.
-