Modifier and Type | Class and Description |
---|---|
class |
SharedBuffer<T>
A type-aware thread-safe limited size circular buffer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedList<T>
A type-aware thread-safe list interface
|
Modifier and Type | Class and Description |
---|---|
class |
SharedList<T>
An type-aware array-backed thread-safe list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedHashtable<TKey extends java.lang.Comparable<TKey>,TValue>
The interface of a thread-safe hashtable
|
Modifier and Type | Class and Description |
---|---|
class |
SharedAvlHashtable<TKey extends java.lang.Comparable<TKey>,TValue>
A type-aware thread-safe AVL-tree-backed hashtable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedQueue<T>
The interface of a type-aware thread-safe queue
|
Modifier and Type | Class and Description |
---|---|
class |
SharedQueue<T>
A type-aware thread-safe queue implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedAvlTreeSet<T extends java.lang.Comparable<T>>
A thread-safe type-aware AVL-tree-backed set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedStack<T> |
Modifier and Type | Class and Description |
---|---|
class |
SharedStack<T>
A shared stack for use by multiple threads.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISessionStore<T>
The interface of a Session store.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueSessionStore<TKey extends java.lang.Comparable<TKey>,TValue>
A type-aware thread-safe session storage object that allows multiple threads to operate on a collection of time-expiring key/value pairs.
|
class |
ValueSessionStore<T extends java.lang.Comparable<T>>
A type-aware thread-safe Session object that allows multiple threads to operate on a collection of time-expiring objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedModuloCounter
Thread-safe class using Monitors to provide modulo counter functionality.
|
class |
SharedModuloIndexer
Thread-safe class using Monitors to provide array indexing functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedData<T>
Generic class allowing for easy reader/writer access to an object.
|