Uses of Class
org.apache.lucene.util.hppc.IntIntHashMap.IntCursor
-
Packages that use IntIntHashMap.IntCursor Package Description org.apache.lucene.util.hppc package holding hppc related classes. -
-
Uses of IntIntHashMap.IntCursor in org.apache.lucene.util.hppc
Fields in org.apache.lucene.util.hppc declared as IntIntHashMap.IntCursor Modifier and Type Field Description private IntIntHashMap.IntCursor
IntIntHashMap.KeysIterator. cursor
private IntIntHashMap.IntCursor
IntIntHashMap.ValuesIterator. cursor
Methods in org.apache.lucene.util.hppc that return IntIntHashMap.IntCursor Modifier and Type Method Description protected IntIntHashMap.IntCursor
IntIntHashMap.KeysIterator. fetch()
protected IntIntHashMap.IntCursor
IntIntHashMap.ValuesIterator. fetch()
Methods in org.apache.lucene.util.hppc that return types with arguments of type IntIntHashMap.IntCursor Modifier and Type Method Description java.util.Iterator<IntIntHashMap.IntCursor>
IntIntHashMap.KeysContainer. iterator()
java.util.Iterator<IntIntHashMap.IntCursor>
IntIntHashMap.ValuesContainer. iterator()
-