public class SimpleFormatters
extends java.lang.Object
This class is merely a container to wrap some very simple Formatter
s into one source file. The class itself cannot be
instantiated. Please note that you want to use the subclasses
normally only indirectly by means of a PrintfFormatter
.
Modifier and Type | Class and Description |
---|---|
static class |
SimpleFormatters.FixedString
|
static class |
SimpleFormatters.GetVar
|
static class |
SimpleFormatters.Part
|
static class |
SimpleFormatters.PartLen
|
static class |
SimpleFormatters.PartSeq
|