See: Description
| Class | Description |
|---|---|
| BlockingTimerTask |
A blocking TimerTask.
|
| ConcurrentHashSet<E> |
A concurrent HashSet implementation.
|
| LauncherUtils |
This class has only one static method which allows to return the launch arguments of a
main static method into a Map of <key,value>.
|
| SingletonList<E> |
This class represent a List that has only one Element.
|
| SingletonListIterator<E> |
This class represents a ListIterator that iterate on SingletonLists.
|
| SoftHashMap<K,V> |
A Map implementation backed by soft references for its values.
|