public interface ILongArray extends IArray
LongArrayList| Modifier and Type | Method and Description |
|---|---|
long[] |
elements()
Provides the Underlying Array in the Implementation
|
default void |
elements(java.util.function.Consumer<long[]> action)
Provides the Underlying Array in the Implementation.
|
ensureCapacityclearAndTrim, clearAndTrim, trim, trimlong[] 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<long[]> action)
action - the action that handles the arrayjava.lang.NullPointerException - if action is null