public abstract class AbstractRequestCondition<T extends AbstractRequestCondition<T>> extends Object implements RequestCondition<T>
RequestCondition types providing implementations of
 equals(Object), hashCode(), and toString().| Constructor and Description | 
|---|
| AbstractRequestCondition() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| protected abstract Collection<?> | getContent()Return the discrete items a request condition is composed of. | 
| 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()