public abstract class AbstractRequestCondition<T extends AbstractRequestCondition<T>> extends java.lang.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(java.lang.Object o) |
protected abstract java.util.Collection<?> |
getContent()
Return the discrete items a request condition is composed of.
|
protected abstract java.lang.String |
getToStringInfix()
The notation to use when printing discrete items of content.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcombine, compareTo, getMatchingConditionprotected abstract java.util.Collection<?> getContent()
nullpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectprotected abstract java.lang.String getToStringInfix()