public abstract class AbstractMessageCondition<T extends AbstractMessageCondition<T>> extends Object implements MessageCondition<T>
MessageCondition types providing implementations of
 equals(Object), hashCode(), and toString().| Constructor and Description | 
|---|
AbstractMessageCondition()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
protected abstract Collection<?> | 
getContent()  | 
protected abstract String | 
getToStringInfix()
The notation to use when printing discrete items of content. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcombine, compareTo, getMatchingConditionprotected abstract Collection<?> getContent()
nullprotected abstract String getToStringInfix()