| Interface | Description |
|---|---|
| WeakHashClock<K,V> |
This is a clock (if non-empty the next verb will always return a new value
in a cycle) that can also get values in O(1) complexity.
|
| WeakHashLRU<K> |
| Class | Description |
|---|---|
| GeneralUtilities |
This class contains utilities useful for any code
|
| Hk2ThreadLocal<T> |
This is a poor mans version of a
ThreadLocal with
the one major upside of a Hk2ThreadLocal.removeAll() method that
can be used to remove ALL instances of all thread locals on
ALL threads from any other thread. |
| IndentingXMLStreamWriter | |
| ThreadSpecificObject<T> |
This ties the given object with the thread upon
which this object is created
This class can be used as the key in a hashSet if the
incoming object can be used as the key in a hashSet
|
| ValidatorUtilities |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.