| Interface | Description |
|---|---|
| AggregateException.PrintStreamOrWriter |
Wrapper class for PrintStream and PrintWriter to enable a single implementation of printStackTrace.
|
| Class | Description |
|---|---|
| AggregateException.WrappedPrintStream | |
| AggregateException.WrappedPrintWriter | |
| ArrayCache |
Simple cache for large recurring primitive arrays, e.g.
|
| AssertUtils |
Utility class used to examine function parameters.
|
| ByteArrayCache |
Implements byte-array (byte[]) cache collection to minimise memory re-allocation.
|
| ByteBufferOutputStream |
Wraps a
ByteBuffer so it can be used like an OutputStream. |
| Cache<K,V> |
A simple map based cache with timeOut and limit
usage example:
|
| Cache.CacheBuilder<K2,V2> | |
| CacheCollection<T> |
Implements collection of cache-able objects that can be used to store recurring storage container.
|
| CachedDaemonThreadFactory | |
| CircularBuffer<E> |
simple circular ring buffer implementation for generic object type (with read == write position)
|
| DataSetUtils | |
| DataSetUtils.SplitCharByteInputStream | |
| DataSetUtilsHelper |
Small static helper routines to ease the reading of the DataSetUtils class
|
| DoubleArrayCache |
Implements double-array (double[]) cache collection to minimise memory re-allocation.
|
| DoubleCircularBuffer |
simple circular ring buffer implementation for double type (with read == write position)
|
| DoubleRingBuffer |
simple circular ring buffer implementation for double type (with read/write position)
|
| LimitedQueue<E> | |
| NoDuplicatesList<E> | |
| ProcessingProfiler |
Small utility class to measure ns-level processing delays
|
| RingBuffer<E> |
simple circular ring buffer implementation for generic Object type (with read/write position)
|
| SoftHashMap<K,V> |
A memory-constrained
SoftHashMap that stores its values in SoftReferences. |
| SoftKeyHashMap<K,V> |
Hash table based implementation of the
Map interface, with
weak (SoftReference) keys. |
| Enum | Description |
|---|---|
| DataSetUtils.Compression |
Supported Compression Types
|
| DataSetUtils.ErrType |
Error type short handle
|
| Exception | Description |
|---|---|
| AggregateException |
Simple aggregation of exceptions (used for catching exceptions of parallel executions)
|
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.