public interface ICharArray extends IArray
CharArrayList| Modifier and Type | Method and Description |
|---|---|
char[] |
elements()
Provides the Underlying Array in the Implementation
|
default void |
elements(java.util.function.Consumer<char[]> action)
Provides the Underlying Array in the Implementation.
|
ensureCapacityclearAndTrim, clearAndTrim, trim, trimchar[] elements()
java.lang.ClassCastException - if the return type does not match the underlying array. (Only for Object Implementations)default void elements(java.util.function.Consumer<char[]> action)
action - the action that handles the arrayjava.lang.NullPointerException - if action is null