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