Index

A B C D E F I L M N O R S 
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, applying adapter to each element.
adaptToOfInt(ByteToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
Adapt this CloseablePrimitiveIteratorOfByte to a CloseablePrimitiveIteratorOfInt, applying adapter to each element.
adaptToOfInt(CharToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Adapt this CloseablePrimitiveIteratorOfChar to a CloseablePrimitiveIteratorOfInt, applying adapter to each element.
adaptToOfInt(ShortToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Adapt this CloseablePrimitiveIteratorOfShort to a CloseablePrimitiveIteratorOfInt, applying adapter to each element.
andThen(ByteConsumer) - Method in interface io.deephaven.engine.primitive.function.ByteConsumer
Return a composed ByteConsumer that applies this operation followed by after.
andThen(CharConsumer) - Method in interface io.deephaven.engine.primitive.function.CharConsumer
Return a composed CharConsumer that applies this operation followed by after.
andThen(FloatConsumer) - Method in interface io.deephaven.engine.primitive.function.FloatConsumer
Return a composed FloatConsumer that applies this operation followed by after.
andThen(ShortConsumer) - Method in interface io.deephaven.engine.primitive.function.ShortConsumer
Return a composed ShortConsumer that applies this operation followed by after.
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 byte input and produce a single int result.

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 char input and produce a single int result.
close() - Method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
 
CloseableIterator<TYPE> - Interface in io.deephaven.engine.primitive.iterator
This interface extends Iterator and AutoCloseable in 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 closeable primitive iterators.
CloseablePrimitiveIteratorOfByte - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type byte.
CloseablePrimitiveIteratorOfChar - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type char.
CloseablePrimitiveIteratorOfDouble - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type double.
CloseablePrimitiveIteratorOfFloat - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type float.
CloseablePrimitiveIteratorOfInt - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type int.
CloseablePrimitiveIteratorOfLong - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type long.
CloseablePrimitiveIteratorOfShort - Interface in io.deephaven.engine.primitive.iterator
Closeable primitive iterator over elements of type short.
concat(CloseableIterator<TYPE>...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
Create a CloseableIterator that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfByte...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
Create a CloseablePrimitiveIteratorOfByte that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfChar...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Create a CloseablePrimitiveIteratorOfChar that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfDouble...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
Create a CloseablePrimitiveIteratorOfDouble that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfFloat...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
Create a CloseablePrimitiveIteratorOfFloat that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfInt...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
Create a CloseablePrimitiveIteratorOfInt that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfLong...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
Create a CloseablePrimitiveIteratorOfLong that concatenates an array of non-null subIterators.
concat(CloseablePrimitiveIteratorOfShort...) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Create a CloseablePrimitiveIteratorOfShort that concatenates an array of non-null subIterators.

D

doubleStream() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
Create a DoubleStream over 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 float input and produce a single double result.
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 IntStream over 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 LongStream over 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-null CloseableIterator found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfByte, CloseablePrimitiveIteratorOfByte, CloseablePrimitiveIteratorOfByte) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
Return a CloseablePrimitiveIteratorOfByte that concatenates the contents of any non-null CloseablePrimitiveIteratorOfByte found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfChar, CloseablePrimitiveIteratorOfChar, CloseablePrimitiveIteratorOfChar) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Return a CloseablePrimitiveIteratorOfChar that concatenates the contents of any non-null CloseablePrimitiveIteratorOfChar found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfDouble, CloseablePrimitiveIteratorOfDouble, CloseablePrimitiveIteratorOfDouble) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
Return a CloseablePrimitiveIteratorOfDouble that concatenates the contents of any non-null CloseablePrimitiveIteratorOfDouble found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfFloat, CloseablePrimitiveIteratorOfFloat, CloseablePrimitiveIteratorOfFloat) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
Return a CloseablePrimitiveIteratorOfFloat that concatenates the contents of any non-null CloseablePrimitiveIteratorOfFloat found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfInt, CloseablePrimitiveIteratorOfInt, CloseablePrimitiveIteratorOfInt) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
Return a CloseablePrimitiveIteratorOfInt that concatenates the contents of any non-null CloseablePrimitiveIteratorOfInt found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfLong, CloseablePrimitiveIteratorOfLong, CloseablePrimitiveIteratorOfLong) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
Return a CloseablePrimitiveIteratorOfLong that concatenates the contents of any non-null CloseablePrimitiveIteratorOfLong found amongst first, second, and third.
maybeConcat(CloseablePrimitiveIteratorOfShort, CloseablePrimitiveIteratorOfShort, CloseablePrimitiveIteratorOfShort) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Return a CloseablePrimitiveIteratorOfShort that concatenates the contents of any non-null CloseablePrimitiveIteratorOfShort found amongst first, second, and third.

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 byte element in the iteration.
nextChar() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Returns the next char element in the iteration.
nextFloat() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
Returns the next float element in the iteration.
nextShort() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Returns the next short element 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, repeatCount times.
repeat(char, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Create a CloseablePrimitiveIteratorOfChar that repeats value, repeatCount times.
repeat(double, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfDouble
Create a CloseablePrimitiveIteratorOfDouble that repeats value, repeatCount times.
repeat(float, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
Create a CloseablePrimitiveIteratorOfFloat that repeats value, repeatCount times.
repeat(int, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfInt
Create a CloseablePrimitiveIteratorOfInt that repeats value, repeatCount times.
repeat(long, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfLong
Create a CloseablePrimitiveIteratorOfLong that repeats value, repeatCount times.
repeat(short, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Create a CloseablePrimitiveIteratorOfShort that repeats value, repeatCount times.
repeat(TYPE, long) - Static method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
Create a CloseableIterator that repeats value, repeatCount times.

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 short input and produce a single int result.
stream() - Method in interface io.deephaven.engine.primitive.iterator.CloseableIterator
Create a Stream over the remaining elements of this CloseableIterator.
streamAsDouble() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfFloat
Create a DoubleStream over 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 DoubleStream over the remaining elements of this CloseablePrimitiveIteratorOfFloat by applying adapter to each element.
streamAsInt() - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfByte
Create a IntStream over 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 IntStream over 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 IntStream over 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 IntStream over the remaining elements of this CloseablePrimitiveIteratorOfByte by applying adapter to each element.
streamAsInt(CharToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfChar
Create a IntStream over the remaining elements of this CloseablePrimitiveIteratorOfChar by applying adapter to each element.
streamAsInt(ShortToIntFunction) - Method in interface io.deephaven.engine.primitive.iterator.CloseablePrimitiveIteratorOfShort
Create a IntStream over the remaining elements of this CloseablePrimitiveIteratorOfShort by applying adapter to each element.
A B C D E F I L M N O R S 
All Classes and Interfaces|All Packages