|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Formattable<T>
Interface for classes that can support the formatting of values via a UnaryFunctor,String>.
Copyright © 2005 David A. Hall
Method Summary | |
---|---|
void |
setFormat(UnaryFunctor<T,java.lang.String> formatter)
Sets the functor that will be used to format values by the implementation. |
Method Detail |
---|
void setFormat(UnaryFunctor<T,java.lang.String> formatter) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if the given formatter is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |