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 FloatCursorFloatArrayList.ValueIterator.cursorprivate final FloatCursorIntFloatHashMap.ValuesIterator.cursorprivate final FloatCursorLongFloatHashMap.ValuesIterator.cursorMethods in org.apache.lucene.internal.hppc that return FloatCursorModifier and TypeMethodDescriptionprotected FloatCursorFloatArrayList.ValueIterator.fetch()protected FloatCursorIntFloatHashMap.ValuesIterator.fetch()protected FloatCursorLongFloatHashMap.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 TypeMethodDescriptionintFloatArrayList.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