| java.lang.Object org.cougaar.util.BitSet2D
BitSet2D | public class BitSet2D (Code) | | A two dimensional set of bits. Like java.io.util.Bitset but the
bits are addressed in two dimensions. The set is grown as needed to
accomodate indices in either dimension. Indices must be positive.
|
Method Summary | |
public void | clear(int x, int y) | public boolean | get(int x, int y) | public void | set(int x, int y) |
BitSet2D | public BitSet2D(int height)(Code) | | |
BitSet2D | public BitSet2D()(Code) | | |
clear | public void clear(int x, int y)(Code) | | |
get | public boolean get(int x, int y)(Code) | | |
set | public void set(int x, int y)(Code) | | |
|
|