|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BooleanList
Method Summary | |
---|---|
void |
add(boolean value)
|
boolean |
forEach(BooleanProcessor processor)
|
boolean |
get(int index)
|
int |
indexOf(int index,
boolean value)
|
void |
insert(int index,
boolean value)
|
boolean |
isEmpty()
|
void |
removeIndex(int index)
|
int |
size()
|
Method Detail |
---|
void add(boolean value)
void insert(int index, boolean value)
int size()
boolean get(int index)
int indexOf(int index, boolean value)
void removeIndex(int index)
boolean isEmpty()
boolean forEach(BooleanProcessor processor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |