Uses of Class
org.apache.lucene.internal.hppc.LongIntHashMap.LongIntCursor
-
Packages that use LongIntHashMap.LongIntCursor Package Description org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library. -
-
Uses of LongIntHashMap.LongIntCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as LongIntHashMap.LongIntCursor Modifier and Type Field Description private LongIntHashMap.LongIntCursor
LongIntHashMap.EntryIterator. cursor
Methods in org.apache.lucene.internal.hppc that return LongIntHashMap.LongIntCursor Modifier and Type Method Description protected LongIntHashMap.LongIntCursor
LongIntHashMap.EntryIterator. fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type LongIntHashMap.LongIntCursor Modifier and Type Method Description java.util.Iterator<LongIntHashMap.LongIntCursor>
LongIntHashMap. iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type LongIntHashMap.LongIntCursor Modifier and Type Method Description int
LongIntHashMap. putAll(java.lang.Iterable<? extends LongIntHashMap.LongIntCursor> iterable)
-