Package com.yahoo.jrt
Class FloatArray
java.lang.Object
com.yahoo.jrt.Value
com.yahoo.jrt.FloatArray
32-bit floating-point array
-
Field Summary
Fields inherited from class com.yahoo.jrt.Value
DATA, DATA_ARRAY, DOUBLE, DOUBLE_ARRAY, FLOAT, FLOAT_ARRAY, INT16, INT16_ARRAY, INT32, INT32_ARRAY, INT64, INT64_ARRAY, INT8, INT8_ARRAY, STRING, STRING_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]Interpret this value as aFloatArrayand return the contents as an appropriate Java typeintcount()Obtain the number of entries stored in this value.toString()Force a proper toStringbytetype()Obtain the type identifier for this valueMethods inherited from class com.yahoo.jrt.Value
asData, asDataArray, asDouble, asDoubleArray, asFloat, asInt16, asInt16Array, asInt32, asInt32Array, asInt64, asInt64Array, asInt8, asInt8Array, asString, asStringArray, asUtf8Array
-
Constructor Details
-
FloatArray
public FloatArray(float[] value) Create from a Java-type value- Parameters:
value- the value
-
-
Method Details
-
type
public byte type()Description copied from class:ValueObtain the type identifier for this value -
count
public int count()Description copied from class:ValueObtain the number of entries stored in this value. This is 1 for basic data types and the size of the array for array types. -
asFloatArray
public float[] asFloatArray()Description copied from class:ValueInterpret this value as aFloatArrayand return the contents as an appropriate Java type- Overrides:
asFloatArrayin classValue- Returns:
- the value contained in this object as a Java type
-
toString
Description copied from class:ValueForce a proper toString
-