| Class and Description |
|---|
| Hk2ThreadLocal
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. |
| Class and Description |
|---|
| WeakHashClock
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 |
| Class and Description |
|---|
| WeakHashClock
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 |
| Class and Description |
|---|
| WeakHashClock
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 |
| Class and Description |
|---|
| Hk2ThreadLocal
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
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
|