| net.sf.jga.util.Formattable
Formattable | public interface Formattable (Code) | | Interface for classes that can support the formatting of values via a UnaryFunctor,String>.
Copyright © 2005 David A. Hall
|
Method Summary | |
public void | setFormat(UnaryFunctor<T, String> formatter) Sets the functor that will be used to format values by the implementation. |
|
|