| 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.
|
| Cache<K,V> |
A simple map based cache with timeOut and limit
usage example:
|
| Cache.CacheBuilder | |
| CachedDaemonThreadFactory | |
| CircularBuffer<E> |
simple circular ring buffer implementation for generic object type (with read == write position)
|
| DataSetUtils | |
| DataSetUtilsHelper |
Small static helper routines to ease the reading of the DataSetUtils class
|
| 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)
|
| 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.