uci.util
Class PredicateEquals

java.lang.Object
  |
  +--uci.util.PredicateEquals

public class PredicateEquals
extends Object
implements Predicate

See Also:
Serialized Form

Field Summary
protected  Object _pattern
           
 
Constructor Summary
PredicateEquals(Object p)
           
 
Method Summary
 boolean predicate(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_pattern

protected Object _pattern
Constructor Detail

PredicateEquals

public PredicateEquals(Object p)
Method Detail

predicate

public boolean predicate(Object obj)
Specified by:
predicate in interface Predicate