edu.mit.jverbnet.util
Class Checks.Check<S>
java.lang.Object
edu.mit.jverbnet.util.Checks.Condition<S>
edu.mit.jverbnet.util.Checks.Check<S>
- Type Parameters:
S
- the supertype of the objects dealt with by this check
- All Implemented Interfaces:
- Checks.ICheck<S>, Checks.ICondition<S>
- Direct Known Subclasses:
- Checks.Mask
- Enclosing class:
- Checks
public abstract static class Checks.Check<S>
- extends Checks.Condition<S>
- implements Checks.ICheck<S>
Abstract implementation of a check.
- Since:
- JVerbnet 1.0.0
- Version:
- 1.0.0
- Author:
- Mark A. Finlayson
Constructor Summary |
Checks.Check(boolean allowsNulls)
Creates a new check object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Checks.Check
public Checks.Check(boolean allowsNulls)
- Creates a new check object.
- Parameters:
allowsNulls
- the value to be returned by the Checks.Condition.allowsNulls()
method- Since:
- JVerbnet 1.0.0
Copyright © 2012 Massachusetts Institute of Technology. All Rights Reserved.