JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class IsEqual

java.lang.Object
  extended bygov.nasa.alsUtility.IsEqual
All Implemented Interfaces:
Predicate, java.io.Serializable

public class IsEqual
extends java.lang.Object
implements Predicate

predicate to determine if object.Equals(another object)

See Also:
Serialized Form

Field Summary
protected  java.lang.Object object
           
 
Constructor Summary
IsEqual(java.lang.Object o)
           
 
Method Summary
 boolean execute(java.lang.Object o)
          executes this predicate on object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected java.lang.Object object
Constructor Detail

IsEqual

public IsEqual(java.lang.Object o)
Method Detail

execute

public boolean execute(java.lang.Object o)
Description copied from interface: Predicate
executes this predicate on object

Specified by:
execute in interface Predicate

JavaGenes, NASA Ames. Written largely by Al Globus