|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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.Date<T>
public static class ParseFormat.Date<T extends java.util.Date>
ParseFormat functor for use with Dates. 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.Date(java.lang.Class<T> type,
java.text.DateFormat 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.Date(java.lang.Class<T> type,
java.text.DateFormat format)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||