public interface BooleansModifiable extends Booleans
Modifier and Type | Method and Description |
---|---|
void |
append(boolean v) |
void |
append(boolean[] vs) |
void |
append(boolean[] vs,
int from,
int to) |
void |
append(Booleans vs) |
void |
append(Booleans vs,
int from,
int to) |
void |
clear() |
void |
compact() |
void |
ensureCapacity(int minCapacity) |
void |
insert(int i,
boolean v) |
void |
insert(int i,
boolean[] vs) |
void |
insert(int i,
boolean[] vs,
int from,
int to) |
void |
insert(int i,
Booleans vs) |
void |
insert(int i,
Booleans vs,
int from,
int to) |
void |
prepend(boolean v) |
void |
prepend(boolean[] vs) |
void |
prepend(boolean[] vs,
int from,
int to) |
void |
prepend(Booleans vs) |
void |
prepend(Booleans vs,
int from,
int to) |
void |
remove(boolean v)
Removes a single copy of the specified value.
|
void |
removeIndex(int index)
Remove value at index.
|
void |
removeRange(int from,
int to)
Removes values starting at index from (inclusive) to index to (exclusive).
|
void |
set(int i,
boolean v) |
void |
set(int i,
boolean[] vs) |
void |
set(int i,
boolean[] vs,
int from,
int to) |
void set(int i, boolean v)
void set(int i, boolean[] vs)
void set(int i, boolean[] vs, int from, int to)
void insert(int i, boolean v)
void insert(int i, boolean[] vs)
void insert(int i, Booleans vs)
void insert(int i, boolean[] vs, int from, int to)
void insert(int i, Booleans vs, int from, int to)
void append(boolean v)
void append(boolean[] vs)
void append(Booleans vs)
void append(boolean[] vs, int from, int to)
void append(Booleans vs, int from, int to)
void prepend(boolean v)
void prepend(boolean[] vs)
void prepend(Booleans vs)
void prepend(boolean[] vs, int from, int to)
void prepend(Booleans vs, int from, int to)
void remove(boolean v)
void removeRange(int from, int to)
void removeIndex(int index)
void clear()
void ensureCapacity(int minCapacity)
void compact()
Copyright © 2013 Metron, Inc.. All rights reserved.