|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.jverbnet.util.Checks.Condition<S>
S
- the supertype of the objects dealt with by this conditionpublic abstract static class Checks.Condition<S>
Abstract implementation of a condition.
Constructor Summary | |
---|---|
Checks.Condition(boolean allowsNulls)
Creates a new condition object |
Method Summary | |
---|---|
boolean |
allowsNulls()
Returns true if a null passes the
condition; false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.mit.jverbnet.util.Checks.ICondition |
---|
is |
Constructor Detail |
---|
public Checks.Condition(boolean allowsNulls)
allowsNulls
- the value to be returned by the allowsNulls()
methodMethod Detail |
---|
public boolean allowsNulls()
Checks.ICondition
true
if a null
passes the
condition; false
otherwise.
allowsNulls
in interface Checks.ICondition<S>
true
if a null
passes the
condition; false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |