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 interface
static interface
static interface
static interface
static interface
static 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 BinaryIterator
alloc()
static BinaryIterator
alloc
(BinaryDecoder decoder) static BinaryIterator
alloc
(BinaryDecoder decoder, BinaryIterator.AllocNextFn next) static BinaryIterator
alloc
(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, elemental2.core.JsArray<BinaryIterator.AllocElementsArrayUnionType> elements) static final BinaryIterator
alloc
(BinaryDecoder decoder, BinaryIterator.AllocNextFn next, BinaryIterator.AllocElementsArrayUnionType[] elements) boolean
atEnd()
void
clear()
void
free()
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
-