Index
All Classes and Interfaces|All Packages
A
- accept(byte) - Method in interface io.deephaven.engine.primitive.function.ByteConsumer
-
Apply this operation to
value. - accept(char) - Method in interface io.deephaven.engine.primitive.function.CharConsumer
-
Apply this operation to
value. - accept(float) - Method in interface io.deephaven.engine.primitive.function.FloatConsumer
-
Apply this operation to
value. - accept(short) - Method in interface io.deephaven.engine.primitive.function.ShortConsumer
-
Apply this operation to
value. - adaptToOfDouble(FloatToDoubleFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Adapt this CloseablePrimitiveIteratorOfFloat to a
CloseablePrimitiveIteratorOfDouble, applyingadapterto each element. - adaptToOfInt(ByteToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Adapt this CloseablePrimitiveIteratorOfByte to a
CloseablePrimitiveIteratorOfInt, applyingadapterto each element. - adaptToOfInt(CharToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Adapt this CloseablePrimitiveIteratorOfChar to a
CloseablePrimitiveIteratorOfInt, applyingadapterto each element. - adaptToOfInt(ShortToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Adapt this CloseablePrimitiveIteratorOfShort to a
CloseablePrimitiveIteratorOfInt, applyingadapterto each element. - andThen(ByteConsumer) - Method in interface io.deephaven.engine.primitive.function.ByteConsumer
-
Return a composed ByteConsumer that applies
thisoperation followed byafter. - andThen(CharConsumer) - Method in interface io.deephaven.engine.primitive.function.CharConsumer
-
Return a composed CharConsumer that applies
thisoperation followed byafter. - andThen(FloatConsumer) - Method in interface io.deephaven.engine.primitive.function.FloatConsumer
-
Return a composed FloatConsumer that applies
thisoperation followed byafter. - andThen(ShortConsumer) - Method in interface io.deephaven.engine.primitive.function.ShortConsumer
-
Return a composed ShortConsumer that applies
thisoperation followed byafter. - applyAsDouble(float) - Method in interface io.deephaven.engine.primitive.function.FloatToDoubleFunction
-
Apply this function to
value. - applyAsInt(byte) - Method in interface io.deephaven.engine.primitive.function.ByteToIntFunction
-
Apply this function to
value. - applyAsInt(char) - Method in interface io.deephaven.engine.primitive.function.CharToIntFunction
-
Apply this function to
value. - applyAsInt(short) - Method in interface io.deephaven.engine.primitive.function.ShortToIntFunction
-
Apply this function to
value.
B
- ByteConsumer - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply an operation to a single
byte. - ByteToIntFunction - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply a function to a single
byteinput and produce a singleintresult.
C
- CharConsumer - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply an operation to a single
char. - CharToIntFunction - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply a function to a single
charinput and produce a singleintresult. - close() - Method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
- CloseableIterator<TYPE> - Interface in io.deephaven.engine.primitive.iterator
-
This interface extends
IteratorandAutoCloseablein order to allow for iterators that acquire resources that must be released. - CloseablePrimitiveIterator<TYPE,
TYPE_CONSUMER> - Interface in io.deephaven.engine.primitive.iterator -
Interface for
closeableprimitive iterators. - CloseablePrimitiveIteratorOfByte - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typebyte. - CloseablePrimitiveIteratorOfChar - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typechar. - CloseablePrimitiveIteratorOfDouble - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typedouble. - CloseablePrimitiveIteratorOfFloat - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typefloat. - CloseablePrimitiveIteratorOfInt - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typeint. - CloseablePrimitiveIteratorOfLong - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typelong. - CloseablePrimitiveIteratorOfShort - Interface in io.deephaven.engine.primitive.iterator
-
Closeable primitive iteratorover elements of typeshort. - concat(CloseableIterator<TYPE>...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Create a CloseableIterator that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfByte...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Create a CloseablePrimitiveIteratorOfByte that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfChar...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Create a CloseablePrimitiveIteratorOfChar that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfDouble...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Create a CloseablePrimitiveIteratorOfDouble that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfFloat...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Create a CloseablePrimitiveIteratorOfFloat that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfInt...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Create a CloseablePrimitiveIteratorOfInt that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfLong...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Create a CloseablePrimitiveIteratorOfLong that concatenates an array of non-
nullsubIterators. - concat(CloseablePrimitiveIteratorOfShort...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Create a CloseablePrimitiveIteratorOfShort that concatenates an array of non-
nullsubIterators.
D
- doubleStream() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Create a
DoubleStreamover the remaining elements of this CloseablePrimitiveIteratorOfDouble.
E
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Get a CloseableIterator with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Get a CloseablePrimitiveIteratorOfByte with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Get a CloseablePrimitiveIteratorOfChar with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Get a CloseablePrimitiveIteratorOfDouble with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Get a CloseablePrimitiveIteratorOfFloat with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Get a CloseablePrimitiveIteratorOfInt with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Get a CloseablePrimitiveIteratorOfLong with no elements.
- empty() - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Get a CloseablePrimitiveIteratorOfShort with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
A re-usable, immutable CloseableIterator with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
A re-usable, immutable CloseablePrimitiveIteratorOfByte with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
A re-usable, immutable CloseablePrimitiveIteratorOfChar with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
A re-usable, immutable CloseablePrimitiveIteratorOfDouble with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
A re-usable, immutable CloseablePrimitiveIteratorOfFloat with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
A re-usable, immutable CloseablePrimitiveIteratorOfInt with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
A re-usable, immutable CloseablePrimitiveIteratorOfLong with no elements.
- EMPTY - Static variable in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
A re-usable, immutable CloseablePrimitiveIteratorOfShort with no elements.
F
- FloatConsumer - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply an operation to a single
float. - FloatToDoubleFunction - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply a function to a single
floatinput and produce a singledoubleresult. - forEachRemaining(ByteConsumer) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
- forEachRemaining(CharConsumer) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
- forEachRemaining(FloatConsumer) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
- forEachRemaining(ShortConsumer) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
- forEachRemaining(Consumer<? super Byte>) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
- forEachRemaining(Consumer<? super Character>) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
- forEachRemaining(Consumer<? super Float>) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
- forEachRemaining(Consumer<? super Short>) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
I
- intStream() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfInt. - io.deephaven.engine.primitive.function - package io.deephaven.engine.primitive.function
- io.deephaven.engine.primitive.iterator - package io.deephaven.engine.primitive.iterator
L
- longStream() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Create a
LongStreamover the remaining elements of this CloseablePrimitiveIteratorOfLong.
M
- maybeConcat(CloseableIterator<TYPE>, CloseableIterator<TYPE>, CloseableIterator<TYPE>) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Return a CloseableIterator that concatenates the contents of any non-
nullCloseableIterator found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfByte, CloseablePrimitiveIteratorOfByte, CloseablePrimitiveIteratorOfByte) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Return a CloseablePrimitiveIteratorOfByte that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfByte found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfChar, CloseablePrimitiveIteratorOfChar, CloseablePrimitiveIteratorOfChar) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Return a CloseablePrimitiveIteratorOfChar that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfChar found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfDouble, CloseablePrimitiveIteratorOfDouble, CloseablePrimitiveIteratorOfDouble) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Return a CloseablePrimitiveIteratorOfDouble that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfDouble found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfFloat, CloseablePrimitiveIteratorOfFloat, CloseablePrimitiveIteratorOfFloat) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Return a CloseablePrimitiveIteratorOfFloat that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfFloat found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfInt, CloseablePrimitiveIteratorOfInt, CloseablePrimitiveIteratorOfInt) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Return a CloseablePrimitiveIteratorOfInt that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfInt found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfLong, CloseablePrimitiveIteratorOfLong, CloseablePrimitiveIteratorOfLong) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Return a CloseablePrimitiveIteratorOfLong that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfLong found amongstfirst,second, andthird. - maybeConcat(CloseablePrimitiveIteratorOfShort, CloseablePrimitiveIteratorOfShort, CloseablePrimitiveIteratorOfShort) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Return a CloseablePrimitiveIteratorOfShort that concatenates the contents of any non-
nullCloseablePrimitiveIteratorOfShort found amongstfirst,second, andthird.
N
- next() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
- next() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
- next() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
- next() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
- nextByte() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Returns the next
byteelement in the iteration. - nextChar() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Returns the next
charelement in the iteration. - nextFloat() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Returns the next
floatelement in the iteration. - nextShort() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Returns the next
shortelement in the iteration.
O
- of(byte...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Create a CloseablePrimitiveIteratorOfByte over an array of
byte. - of(char...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Create a CloseablePrimitiveIteratorOfChar over an array of
char. - of(double...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Create a CloseablePrimitiveIteratorOfDouble over an array of
double. - of(float...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Create a CloseablePrimitiveIteratorOfFloat over an array of
float. - of(int...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Create a CloseablePrimitiveIteratorOfInt over an array of
int. - of(long...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Create a CloseablePrimitiveIteratorOfLong over an array of
long. - of(short...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Create a CloseablePrimitiveIteratorOfShort over an array of
short. - of(TYPE...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Create a CloseableIterator over an array of
int.
R
- repeat(byte, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Create a CloseablePrimitiveIteratorOfByte that repeats
value,repeatCounttimes. - repeat(char, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Create a CloseablePrimitiveIteratorOfChar that repeats
value,repeatCounttimes. - repeat(double, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
-
Create a CloseablePrimitiveIteratorOfDouble that repeats
value,repeatCounttimes. - repeat(float, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Create a CloseablePrimitiveIteratorOfFloat that repeats
value,repeatCounttimes. - repeat(int, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
-
Create a CloseablePrimitiveIteratorOfInt that repeats
value,repeatCounttimes. - repeat(long, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
-
Create a CloseablePrimitiveIteratorOfLong that repeats
value,repeatCounttimes. - repeat(short, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Create a CloseablePrimitiveIteratorOfShort that repeats
value,repeatCounttimes. - repeat(TYPE, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Create a CloseableIterator that repeats
value,repeatCounttimes.
S
- ShortConsumer - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply an operation to a single
short. - ShortToIntFunction - Interface in io.deephaven.engine.primitive.function
-
Functional interface to apply a function to a single
shortinput and produce a singleintresult. - stream() - Method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
-
Create a
Streamover the remaining elements of this CloseableIterator. - streamAsDouble() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Create a
DoubleStreamover the remaining elements of this CloseablePrimitiveIteratorOfFloat by applying an implementation-defined default adapter to each element. - streamAsDouble(FloatToDoubleFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
-
Create a
DoubleStreamover the remaining elements of this CloseablePrimitiveIteratorOfFloat by applyingadapterto each element. - streamAsInt() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfByte by applying an implementation-defined default adapter to each element. - streamAsInt() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfChar by applying an implementation-defined default adapter to each element. - streamAsInt() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfShort by applying an implementation-defined default adapter to each element. - streamAsInt(ByteToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfByte by applyingadapterto each element. - streamAsInt(CharToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfChar by applyingadapterto each element. - streamAsInt(ShortToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
-
Create a
IntStreamover the remaining elements of this CloseablePrimitiveIteratorOfShort by applyingadapterto each element.
All Classes and Interfaces|All Packages