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