satin.common
Class BooleanHolder

java.lang.Object
  |
  +--satin.common.BooleanHolder

public final class BooleanHolder
extends java.lang.Object

Holds a boolean so it can be returned as an output parameter of a method.

Author:
Ed Stauff

Field Summary
boolean value
          The value.
 
Constructor Summary
BooleanHolder(boolean value)
          The constructor.
 
Method Summary
boolean equals(java.lang.Object that)
          Convenient front-end; compares the values.
java.lang.String toString()
          Convenient front-end; equivalent to value.toString().
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public boolean value
The value.
Constructor Detail

BooleanHolder

public BooleanHolder(boolean value)
The constructor.
Method Detail

toString

public java.lang.String toString()
Convenient front-end; equivalent to value.toString().

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object that)
Convenient front-end; compares the values.

Overrides:
equals in class java.lang.Object
Revision History

5/31/01 Ed Stauff - initial code review.

4/20/01 Ed Stauff - file created.



Generated on 5/9/2001 19:37 from BooleanHolder.java (PRIVATE SOURCES)