| Interface | Description |
|---|---|
| Listable<T> |
Created on 01.08.16.
|
| OptLockBuffer<T> |
The use case for the optionally locking buffer is to share the buffer of the items between the threads in the
non-blocking manner (using a
Lock.tryLock() method which allows to try to get a lock
w/o waiting). |
| Class | Description |
|---|---|
| CircularArray<T> |
Created on 05.05.16.
|
| ListingLRUMap<K,V> |
Created on 20.07.16.
|
| OptLockArrayBuffer<T> |
The optionally locked buffer based on the
ArrayList |
| Range |
The range described with at least one bound (begin or end position) and optional size.
|
| Exception | Description |
|---|---|
| InvalidRangeException |
Thrown in case of invalid range construction
|