Class BinaryIterator
java.lang.Object
io.deephaven.javascript.proto.dhinternal.jspb.BinaryIterator
@JsType(isNative=true,
name="dhinternal.jspb.BinaryIterator",
namespace="<global>")
public class BinaryIterator
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Constructor Summary
ConstructorsConstructorDescriptionBinaryIterator(BinaryDecoder decoder) BinaryIterator(BinaryDecoder decoder, BinaryIterator.BinaryIteratorNextFn next) BinaryIterator(BinaryDecoder decoder, BinaryIterator.BinaryIteratorNextFn next, elemental2.core.JsArray<BinaryIterator.ConstructorElementsArrayUnionType> elements) BinaryIterator(BinaryDecoder decoder, BinaryIterator.BinaryIteratorNextFn next, BinaryIterator.ConstructorElementsArrayUnionType[] elements) -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryIteratoralloc()static BinaryIteratoralloc(BinaryDecoder decoder) static BinaryIteratoralloc(BinaryDecoder decoder, BinaryIterator.AllocNextFn next) static BinaryIteratoralloc(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, elemental2.core.JsArray<BinaryIterator.AllocElementsArrayUnionType> elements) static final BinaryIteratoralloc(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, BinaryIterator.AllocElementsArrayUnionType[] elements) booleanatEnd()voidclear()voidfree()get()next()
-
Constructor Details
-
BinaryIterator
public BinaryIterator() -
BinaryIterator
public BinaryIterator(BinaryDecoder decoder, BinaryIterator.BinaryIteratorNextFn next, BinaryIterator.ConstructorElementsArrayUnionType[] elements) -
BinaryIterator
public BinaryIterator(BinaryDecoder decoder, BinaryIterator.BinaryIteratorNextFn next, elemental2.core.JsArray<BinaryIterator.ConstructorElementsArrayUnionType> elements) -
BinaryIterator
-
BinaryIterator
-
-
Method Details
-
alloc
-
alloc
@JsOverlay public static final BinaryIterator alloc(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, BinaryIterator.AllocElementsArrayUnionType[] elements) -
alloc
public static BinaryIterator alloc(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, elemental2.core.JsArray<BinaryIterator.AllocElementsArrayUnionType> elements) -
alloc
-
alloc
-
atEnd
public boolean atEnd() -
clear
public void clear() -
free
public void free() -
get
-
next
-