void |
BooleansModifiable.append(Booleans vs) |
void |
BooleansArray.append(Booleans vs) |
void |
BooleansModifiable.append(Booleans vs,
int from,
int to) |
void |
BooleansArray.append(Booleans vs,
int from,
int to) |
void |
BooleansModifiable.insert(int i,
Booleans vs) |
void |
BooleansArray.insert(int i,
Booleans vs) |
void |
BooleansModifiable.insert(int i,
Booleans vs,
int from,
int to) |
void |
BooleansArray.insert(int i,
Booleans vs,
int from,
int to) |
void |
BooleansModifiable.prepend(Booleans vs) |
void |
BooleansArray.prepend(Booleans vs) |
void |
BooleansModifiable.prepend(Booleans vs,
int from,
int to) |
void |
BooleansArray.prepend(Booleans vs,
int from,
int to) |