uci.util
Class PredicateStringMatch
java.lang.Object
|
+--uci.util.PredicateStringMatch
- public class PredicateStringMatch
- extends Object
- implements Predicate
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MAX_PATS
public static int MAX_PATS
PredicateStringMatch
protected PredicateStringMatch(String[] pats,
int numPats)
create
public static Predicate create(String pat)
predicate
public boolean predicate(Object o)
- Specified by:
- predicate in interface Predicate