org.ojalgo.type.context
Class BooleanContext

java.lang.Object
  extended by org.ojalgo.type.context.TypeContext<Boolean>
      extended by org.ojalgo.type.context.BooleanContext
All Implemented Interfaces:
Serializable

public final class BooleanContext
extends TypeContext<Boolean>

BooleanContext

Author:
apete
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ojalgo.type.context.TypeContext
NBSP
 
Constructor Summary
BooleanContext()
           
BooleanContext(Format aFormat)
           
 
Method Summary
 Boolean enforce(Boolean anObject)
           
 
Methods inherited from class org.ojalgo.type.context.TypeContext
formatString, getFormat, parseAndEnforce, parseObject, setFormat
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanContext

public BooleanContext()

BooleanContext

public BooleanContext(Format aFormat)
Method Detail

enforce

public Boolean enforce(Boolean anObject)
Specified by:
enforce in class TypeContext<Boolean>