| 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. |
| 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
|
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.