List of usage examples for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_ARRAY
null EMPTY_FLOAT_ARRAY
To view the source code for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_ARRAY.
Click Source Link
From source file:com.github.xbn.array.helper.NewPrimitiveArrayHelper.java
public float[] getEmptyPrimitive() { return ArrayUtils.EMPTY_FLOAT_ARRAY; }