Uses of Class
org.apache.lucene.internal.hppc.FloatCursor
Packages that use FloatCursor
Package
Description
Internal copy of a subset of classes from the HPPC library.
Support for index-time and query-time joins.
-
Uses of FloatCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as FloatCursorModifier and TypeFieldDescriptionprivate final FloatCursor
FloatArrayList.ValueIterator.cursor
private final FloatCursor
IntFloatHashMap.ValuesIterator.cursor
private final FloatCursor
LongFloatHashMap.ValuesIterator.cursor
Methods in org.apache.lucene.internal.hppc that return FloatCursorModifier and TypeMethodDescriptionprotected FloatCursor
FloatArrayList.ValueIterator.fetch()
protected FloatCursor
IntFloatHashMap.ValuesIterator.fetch()
protected FloatCursor
LongFloatHashMap.ValuesIterator.fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type FloatCursorModifier and TypeMethodDescriptionFloatArrayList.iterator()
IntFloatHashMap.ValuesContainer.iterator()
LongFloatHashMap.ValuesContainer.iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type FloatCursorModifier and TypeMethodDescriptionint
FloatArrayList.addAll
(Iterable<? extends FloatCursor> iterable) Adds all elements from another iterable. -
Uses of FloatCursor in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join with type parameters of type FloatCursorModifier and TypeFieldDescriptionprivate final Iterator
<FloatCursor> PointInSetIncludingScoreQuery.MergePointVisitor.scoreIterator