calhoun.util
Class DenseBooleanMatrix2D

java.lang.Object
  extended by calhoun.util.DenseBooleanMatrix2D
All Implemented Interfaces:
java.io.Serializable

public class DenseBooleanMatrix2D
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DenseBooleanMatrix2D(int x, int y)
           
 
Method Summary
 void assign(boolean val)
           
 boolean equals(java.lang.Object rhs)
           
 boolean getQuick(int x, int y)
           
 void setQuick(int x, int y, boolean val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DenseBooleanMatrix2D

public DenseBooleanMatrix2D(int x,
                            int y)
Method Detail

getQuick

public boolean getQuick(int x,
                        int y)

setQuick

public void setQuick(int x,
                     int y,
                     boolean val)

assign

public void assign(boolean val)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object rhs)
Overrides:
equals in class java.lang.Object