edu.mit.jverbnet.util
Class Checks.Check<S>

java.lang.Object
  extended by edu.mit.jverbnet.util.Checks.Condition<S>
      extended by 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.
 
Method Summary
 
Methods inherited from class edu.mit.jverbnet.util.Checks.Condition
allowsNulls
 
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.ICheck
check
 
Methods inherited from interface edu.mit.jverbnet.util.Checks.ICondition
allowsNulls, is
 

Constructor Detail

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 ${project.organization.name}. All Rights Reserved.