org.jtools.condition
Class SimpleCommonCondition<E>
java.lang.Object
org.jtools.condition.SimpleCommonCondition<E>
- All Implemented Interfaces:
- org.jpattern.condition.Condition<E>
public class SimpleCommonCondition<E>
- extends Object
- implements org.jpattern.condition.Condition<E>
Constructor Summary |
SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
Collection<org.jpattern.condition.Condition<? super E>> filter)
|
SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
org.jpattern.condition.Condition<? super E>... filter)
|
SimpleCommonCondition
public SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
org.jpattern.condition.Condition<? super E>... filter)
SimpleCommonCondition
public SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
Collection<org.jpattern.condition.Condition<? super E>> filter)
match
public boolean match(E filterable)
- Specified by:
match
in interface org.jpattern.condition.Condition<E>
toString
public String toString()
- Overrides:
toString
in class Object
© 2000-2006, JTools.org.