Class | Description |
---|---|
Booleans | |
Classes | |
ContextHolder | |
Explicit<T> |
Holds a value that is either:
a) set implicitly e.g.
|
MacAddressProvider | |
Names | |
Numbers |
A set of utilities for numbers.
|
ParseField | |
Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
Priority | |
StopWatch |
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
|
StopWatch.TaskInfo |
Inner class to hold data about one task executed within the stop watch.
|
Strings | |
Table | |
Table.Cell |
Enum | Description |
---|---|
ParseField.Flag |
Annotation Type | Description |
---|---|
Nullable |
The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter. |
Copyright © 2009–2015. All rights reserved.