Example usage for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_OBJECT_ARRAY

List of usage examples for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_OBJECT_ARRAY

Introduction

In this page you can find the example usage for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_OBJECT_ARRAY.

Prototype

Float[] EMPTY_FLOAT_OBJECT_ARRAY

To view the source code for org.apache.commons.lang3 ArrayUtils EMPTY_FLOAT_OBJECT_ARRAY.

Click Source Link

Document

An empty immutable Float array.

Usage

From source file:com.github.xbn.array.helper.NewPrimitiveArrayHelper.java

public Float[] getEmpty() {
    return ArrayUtils.EMPTY_FLOAT_OBJECT_ARRAY;
}