|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.matrix.impl.FormerFactory
@Deprecated public class FormerFactory
Constructor Summary | |
---|---|
FormerFactory()
Deprecated. |
Method Summary | |
---|---|
Former |
create(java.lang.String format)
Deprecated. Constructs and returns a new format instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormerFactory()
Method Detail |
---|
public Former create(java.lang.String format)
format
- the format string following printf conventions. The string has a prefix, a format code and a suffix.
The prefix and suffix become part of the formatted output. The format code directs the formatting of
the (single) parameter to be formatted. The code has the following structure java.lang.IllegalArgumentException
- if bad format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |