Class | Description |
---|---|
ConcurrentBuffer<T> |
A concurrent buffer which supports additions of single elements or
collections of elements, and also supports removals of all the elements or up to 'n'
elements.
|
PerKeyReadWriteSynchronizedExecutor<KEY_TYPE> |
An Executor which executes tasks on the caller thread.
|
PerKeySynchronizedExecutor<KEY_TYPE> |
An Executor which executes tasks on the caller thread.
|
ReadWriteSynchronizedExecutor |
An Executor which executes tasks on the caller thread.
|
SynchronizedExecutor |
An Executor which executes tasks on the caller thread.
|
Copyright © 2016. All rights reserved.