| Interface | Description |
|---|---|
| ConcurrentIntrusiveList.Element<T extends ConcurrentIntrusiveList.Element<T>> |
This is an interface that must be implemented by any element that uses
ConcurrentIntrusiveList. |
| Class | Description |
|---|---|
| ConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>> |
An
ConcurrentIntrusiveList<T> is a doubly-linked list where the link pointers are
embedded in the elements. |
| RandomHandler |
Abstract class to access the current
Random. |
| RandomHandler.SecureRandomHandler |
Implementation of the
RandomHandler using SecureRandom. |