com.metsci.glimpse.util.primitives
Interface BooleansModifiable
- All Superinterfaces:
- Booleans
- All Known Implementing Classes:
- BooleansArray
public interface BooleansModifiable
- extends Booleans
- Author:
- hogye
Method Summary |
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 |
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 |
set(int i,
boolean v)
|
set
void set(int i,
boolean v)
insert
void insert(int i,
boolean v)
insert
void insert(int i,
boolean[] vs)
insert
void insert(int i,
Booleans vs)
insert
void insert(int i,
boolean[] vs,
int from,
int to)
insert
void insert(int i,
Booleans vs,
int from,
int to)
append
void append(boolean v)
append
void append(boolean[] vs)
append
void append(Booleans vs)
append
void append(boolean[] vs,
int from,
int to)
append
void append(Booleans vs,
int from,
int to)
prepend
void prepend(boolean v)
prepend
void prepend(boolean[] vs)
prepend
void prepend(Booleans vs)
prepend
void prepend(boolean[] vs,
int from,
int to)
prepend
void prepend(Booleans vs,
int from,
int to)
remove
void remove(boolean v)
- Removes a single copy of the specified value. If multiple copies
are present, there is no guarantee which one will be removed.
ensureCapacity
void ensureCapacity(int minCapacity)
compact
void compact()
Copyright © 2012 Metron, Inc.. All Rights Reserved.