Package org.ojalgo.type.format
Class StringFormat
- java.lang.Object
-
- java.text.Format
-
- org.ojalgo.type.format.StringFormat
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public final class StringFormat extends java.text.Format
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description StringFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuffer
format(java.lang.Object anObject, java.lang.StringBuffer aBuffer, java.text.FieldPosition aPosition)
java.lang.String
parseObject(java.lang.String aSource, java.text.ParsePosition aPosition)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
format
public java.lang.StringBuffer format(java.lang.Object anObject, java.lang.StringBuffer aBuffer, java.text.FieldPosition aPosition)
- Specified by:
format
in classjava.text.Format
-
parseObject
public java.lang.String parseObject(java.lang.String aSource, java.text.ParsePosition aPosition)
- Specified by:
parseObject
in classjava.text.Format
-
-