org.ojalgo.type.format
Class BooleanFormat

java.lang.Object
  extended by java.text.Format
      extended by org.ojalgo.type.format.BooleanFormat
All Implemented Interfaces:
Serializable, Cloneable

public final class BooleanFormat
extends Format

BooleanFormat doesn't do anything useful, but it was needed for BooleanContext (that doesn't do anything either).

Author:
apete
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
BooleanFormat()
           
 
Method Summary
 StringBuffer format(Object anObject, StringBuffer aBuffer, FieldPosition aPosition)
           
 Object parseObject(String aSource, ParsePosition aPosition)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanFormat

public BooleanFormat()
Method Detail

format

public StringBuffer format(Object anObject,
                           StringBuffer aBuffer,
                           FieldPosition aPosition)
Specified by:
format in class Format

parseObject

public Object parseObject(String aSource,
                          ParsePosition aPosition)
Specified by:
parseObject in class Format