| Database |
Provides access to the database
Created on 8/31/16.
|
| KeyValueType<K,V> |
Represents a pair of Types, representing a key and a value
|
| MakeMap |
Static utility for making a map from an array of Objects.
|
| RecursiveMap<K> |
A recursive map is a map of maps that point to each other.
|
| ReverseMap<K,V> |
A map which reverses the roles of key and value, holding a set
of "keys" as the value for each "value" key.
|
| RoundTimestamp |
A static utility for comparing java.sql.Timestamps by rounding to the nearest second.
|
| StackTracePrinter |
A debugging utility only (thus the use of println statements...)
for multi-thread concurrency issues.
|
| Type<T> |
Represents a type that may have type parameters, including
any arbitrary level of nested type parameters
e.g.
|
| Var<T> |
Wraps a value of any type (T).
|
| Var.Bool |
Var which wraps a boolean primitive
|
| Var.Byte |
Var which wraps a byte primitive
|
| Var.Char |
Var which wraps a char primitive
|
| Var.Double |
Var which wraps a double primitive
|
| Var.Float |
Var which wraps a float primitive
|
| Var.Int |
Var which wraps an int primitive
|
| Var.Long |
Var which wraps a long primitive
|
| Var.Short |
Var which wraps a short primitive
|
| Var.String |
Var which wraps a String
|