Package io.deephaven.qst.array
Class FloatArray
- All Implemented Interfaces:
Array<Float>,PrimitiveArray<Float>
A
FloatType array.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.deephaven.qst.array.PrimitiveArray
PrimitiveArray.Visitor<R> -
Method Summary
Modifier and TypeMethodDescriptionstatic FloatArray.Builderbuilder(int initialSize) final FloatTypestatic FloatArrayempty()final booleanfinal inthashCode()booleanisNull(int index) static FloatArrayof(float... values) static FloatArraystatic FloatArraystatic FloatArrayof(Collection<Float> values) static FloatArrayofUnsafe(float... values) final intsize()value(int index) final float[]values()The raw floats.final <R> Rwalk(PrimitiveArray.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.array.PrimitiveArrayBase
walk
-
Method Details
-
empty
-
of
-
of
-
of
-
of
-
ofUnsafe
-
builder
-
values
public final float[] values()The raw floats. Must not be modified.- Returns:
- the floats, do not modify
-
value
- Returns:
- the boxed value at
index
-
isNull
public boolean isNull(int index) - Returns:
- whether the value at
indexisnull
-
size
public final int size() -
componentType
-
walk
-
equals
-
hashCode
public final int hashCode()
-