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