Package nbbrd.io.text
-
Interface Summary Interface Description Formatter<T> Defines a class that creates aCharSequencefrom an object.
For example, you could use it to format a Date into a String.Parser<T> Defines a class that creates an object from aCharSequence.
For example, you could use it to parse a String into a Date.TextFormatter<T> TextParser<T> -
Class Summary Class Description BaseProperty BooleanProperty IntProperty LongProperty Property<T> TextBuffers