org.ojalgo.type.format
Class StringFormat

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

public final class StringFormat
extends Format

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
StringFormat()
           
 
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

StringFormat

public StringFormat()
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