| Interface | Description |
|---|---|
| Mutex |
Interface defining a reentrant mutex.
|
| TimeDuration.Check |
Interface defining a check to be performed.
|
| Class | Description |
|---|---|
| ClassToken<TYPE> |
Utility abstract class used to work around Java type erasure.
|
| Reflection |
Reflection utility class.
|
| Time |
Utility class for handling time in different time units.
|
| TimeDuration |
Utility class for handling a time duration in different time units.
|
| WeakIdentityHashMap<K,V> |
Map implementation combining the features of
IdentityHashMap and
WeakHashMap. |