java.lang.Object
org.elasticsearch.compute.data.FloatLookup
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<FloatBlock>,org.elasticsearch.core.Releasable,org.elasticsearch.core.ReleasableIterator<FloatBlock>
public final class FloatLookup
extends Object
implements org.elasticsearch.core.ReleasableIterator<FloatBlock>
Generic
Block.lookup(org.elasticsearch.compute.data.IntBlock, org.elasticsearch.common.unit.ByteSizeValue) implementation FloatBlocks.
This class is generated. Edit X-Lookup.java.st instead.-
Constructor Summary
ConstructorsConstructorDescriptionFloatLookup(FloatBlock values, IntBlock positions, ByteSizeValue targetBlockSize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
FloatLookup
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<FloatBlock>
-
next
- Specified by:
nextin interfaceIterator<FloatBlock>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-