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

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

Introduction

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

Prototype

Character[] EMPTY_CHARACTER_OBJECT_ARRAY

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

Click Source Link

Document

An empty immutable Character array.

Usage

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

public Character[] getEmpty() {
    return ArrayUtils.EMPTY_CHARACTER_OBJECT_ARRAY;
}