| Interface | Description |
|---|---|
| ByteSequenceGenerator |
Interface for generators of byte arrays.
|
| IExtensibleFluentApi<T> |
Implementing this interface allows easy creation of classes with fluent API (like builders)
that should allow sub-classing.
|
| IObjectCollector<T> |
Implementors will be called by for elements in a loop or a recursive
processing.
|
| IObjectProcessor<T> |
Specifies a simple interface that allows loops or recursive executions
to send each object to an implementor of this interface.
|
| Class | Description |
|---|---|
| BasicUtil |
Basic utility methods that should actually be part of the JDK.
|
| StandardObjects |
Some static methods the can be used to get standard Java objects via methods rather than constants.
|
| Enum | Description |
|---|---|
| CompareResult |
Defines enums for the results of
Comparator.compare(Object, Object). |