Uses of Class
org.apache.lucene.internal.hppc.ObjectCursor
Packages that use ObjectCursor
-
Uses of ObjectCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as ObjectCursorModifier and TypeFieldDescriptionprivate final ObjectCursor
<VType> CharObjectHashMap.ValuesIterator.cursor
private final ObjectCursor
<VType> IntObjectHashMap.ValuesIterator.cursor
private final ObjectCursor
<VType> LongObjectHashMap.ValuesIterator.cursor
Methods in org.apache.lucene.internal.hppc that return ObjectCursorModifier and TypeMethodDescriptionprotected ObjectCursor
<VType> CharObjectHashMap.ValuesIterator.fetch()
protected ObjectCursor
<VType> IntObjectHashMap.ValuesIterator.fetch()
protected ObjectCursor
<VType> LongObjectHashMap.ValuesIterator.fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type ObjectCursor