cern.colt.matrix.impl
Class FormerFactory
java.lang.Object
cern.colt.matrix.impl.FormerFactory
- public class FormerFactory
- extends Object
Factory producing implementations of Former
via method create();
Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
Serves to isolate the interface of String formatting from the actual implementation.
If you want to plug in a different String formatting implementation, simply replace this class with your alternative.
- Version:
- 1.0, 21/07/00
FormerFactory
public FormerFactory()
create
public Former create(String format)
- Constructs and returns a new format instance.
- Throws:
IllegalArgumentException
- if bad format
Jump to the Colt Homepage