SSJ
3.3.1
Stochastic Simulation in Java
|
This is the complete list of members for BitVector, including all inherited members.
and(BitVector that) | BitVector | |
BitVector(int length) | BitVector | |
BitVector(int[] vect, int length) | BitVector | |
BitVector(int[] vect) | BitVector | |
BitVector(BitVector that) | BitVector | |
clone() | BitVector | |
enlarge(int size, boolean filling) | BitVector | |
enlarge(int size) | BitVector | |
equals(BitVector that) | BitVector | |
getBool(int pos) | BitVector | |
getInt(int pos) | BitVector | |
not() | BitVector | |
or(BitVector that) | BitVector | |
scalarProduct(BitVector that) | BitVector | |
selfAnd(BitVector that) | BitVector | |
selfNot() | BitVector | |
selfOr(BitVector that) | BitVector | |
selfShift(int j) | BitVector | |
selfXor(BitVector that) | BitVector | |
serialVersionUID (defined in BitVector) | BitVector | packagestatic |
setBool(int pos, boolean value) | BitVector | |
shift(int j) | BitVector | |
size() | BitVector | |
toString() | BitVector | |
xor(BitVector that) | BitVector |