| Class | Description |
|---|---|
| AtomicBoolean | |
| AtomicDouble | |
| Counter<T> |
Simple counter implementation
|
| CounterMap<F,S> | |
| ImmutablePair<K,V> |
Simple pair implementation
|
| ImmutableQuad<F,S,T,O> |
Simple quad elements holder implementation
|
| ImmutableTriple<F,S,T> |
Simple triple elements holder implementation
|
| Optional<T> |
Simple Optional class, based loosely on Java 8's optional class
|
| Pair<K,V> |
Simple pair implementation
|
| Quad<F,S,T,O> |
Simple triple elements holder implementation
|
| SynchronizedObject<T> |
This class is simple holder for provided variable which can be accessed & updated in thread-safe way
|
| Triple<F,S,T> |
Simple triple elements holder implementation
|
Copyright © 2018. All rights reserved.