java.lang.Object
org.elasticsearch.compute.data.BooleanLookup
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<BooleanBlock>,org.elasticsearch.core.Releasable,org.elasticsearch.core.ReleasableIterator<BooleanBlock>
public final class BooleanLookup
extends Object
implements org.elasticsearch.core.ReleasableIterator<BooleanBlock>
Generic
Block.lookup(org.elasticsearch.compute.data.IntBlock, org.elasticsearch.common.unit.ByteSizeValue) implementation BooleanBlocks.
This class is generated. Edit X-Lookup.java.st instead.-
Constructor Summary
ConstructorsConstructorDescriptionBooleanLookup(BooleanBlock 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
-
BooleanLookup
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<BooleanBlock>
-
next
- Specified by:
nextin interfaceIterator<BooleanBlock>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-