|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jga.fn.Functor<R> net.sf.jga.fn.UnaryFunctor<java.lang.String,R> net.sf.jga.fn.string.ParseFormat<T> net.sf.jga.fn.string.ParseFormat.Number<T>
public static class ParseFormat.Number<T extends java.lang.Number>
ParseFormat functor for use with Numbers. This class exists as an implementation detail that works around a limit in the javac inferencer -- in all substantive ways, this is simply a ParseFormat functor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jga.fn.string.ParseFormat |
---|
ParseFormat.Date<T extends java.util.Date>, ParseFormat.Number<T extends java.lang.Number>, ParseFormat.Visitor |
Constructor Summary | |
---|---|
ParseFormat.Number(java.lang.Class<T> type,
java.text.NumberFormat format)
|
Method Summary |
---|
Methods inherited from class net.sf.jga.fn.string.ParseFormat |
---|
accept, fn, getFormat, toString |
Methods inherited from class net.sf.jga.fn.UnaryFunctor |
---|
bind, bind0th, bindNth, compose, compose, compose, composeNth, composeNth, eval, generate, generateNth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParseFormat.Number(java.lang.Class<T> type, java.text.NumberFormat format)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |