A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes All Packages

A

AbstractDataSet<D extends AbstractStylable<D>> - Class in de.gsi.dataset.spi
The abstract implementation of DataSet interface that provides implementation of some methods.
AbstractDataSet(String, int) - Constructor for class de.gsi.dataset.spi.AbstractDataSet
default constructor
AbstractErrorDataSet<D extends AbstractErrorDataSet<D>> - Class in de.gsi.dataset.spi
The abstract implementation of DataSet and DataSetError interface that provides implementation of some methods.
AbstractErrorDataSet(String, int, DataSetError.ErrorType...) - Constructor for class de.gsi.dataset.spi.AbstractErrorDataSet
Creates a new instance of AbstractDataSet.
AbstractGridDataSet<U> - Class in de.gsi.dataset.spi
 
AbstractGridDataSet(String, int) - Constructor for class de.gsi.dataset.spi.AbstractGridDataSet
default constructor
AbstractHistogram - Class in de.gsi.dataset.spi
 
AbstractHistogram(String, double[]) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
Creates a non equidistant histogram with name and range [minX, maxX]
AbstractHistogram(String, int, double, double, int, double, double, AbstractHistogram.HistogramOuterBounds) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]
AbstractHistogram(String, int, double, double, AbstractHistogram.HistogramOuterBounds) - Constructor for class de.gsi.dataset.spi.AbstractHistogram
Creates histogram with name and range [minX, maxX]
AbstractHistogram.HistogramOuterBounds - Enum in de.gsi.dataset.spi
Defines how the lower and upper bound of equidistant Histograms should be treated
AbstractMap<K,​V> - Class in de.gsi.dataset.utils.trees
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class de.gsi.dataset.utils.trees.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,​V> - Class in de.gsi.dataset.utils.trees
An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry<K,​V> - Class in de.gsi.dataset.utils.trees
An Entry maintaining an immutable key and value.
AbstractSet<E> - Class in de.gsi.dataset.utils.trees
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class de.gsi.dataset.utils.trees.AbstractSet
Sole constructor.
AbstractStylable<D extends DataSet> - Class in de.gsi.dataset.spi
Class to define CSS-based style features N.B.
AbstractTestFunction<D extends AbstractTestFunction<D>> - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes
AbstractTestFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
add(double) - Method in interface de.gsi.dataset.AxisDescription
Adds value to this range.
add(double) - Method in class de.gsi.dataset.spi.DataRange
Adds value to this range.
add(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
Adds value to this range.
add(double[]) - Method in interface de.gsi.dataset.AxisDescription
Adds values to this range.
add(double[]) - Method in class de.gsi.dataset.spi.DataRange
Adds values to this range.
add(double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Add point to the end of the data set
add(double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Add array vectors to data set.
add(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
Add array vectors to data set.
add(double[], double[]) - Method in class de.gsi.dataset.spi.FragmentedDataSet
adds new custom x and y array values (internally generates a new DataSet)
add(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Adds data points to this data set.
add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
Initialises the data set with specified data.
add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Add array vectors to data set.
add(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Initialises the data set with specified data.
add(double[], double[], double[], double[], String...) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Adds data points to this data set.
add(double[], int) - Method in interface de.gsi.dataset.AxisDescription
Adds values to this range.
add(double[], int) - Method in class de.gsi.dataset.spi.DataRange
Adds values to this range.
add(double[], int) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
Adds values to this range.
add(double[], String) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Add point to the data set.
add(double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
Add point to the end of the data set
add(double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
add(double, double, double, double) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Add point to the data set.
add(double, double, double, double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Add point to the data set.
add(double, double, double, double, String) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, double, double, String...) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
add new point
add(double, double, double, double, String, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, double, double, String, String) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Add point to the DoublePoints object
add(double, double, String) - Method in class de.gsi.dataset.spi.DoubleDataSet
Add point to the data set.
add(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
Initialises the data set with specified data.
add(float, float) - Method in class de.gsi.dataset.spi.FloatDataSet
Add point to the end of the data set
add(float, float, String) - Method in class de.gsi.dataset.spi.FloatDataSet
Add point to the DoublePoints object
add(int, double...) - Method in interface de.gsi.dataset.EditableDataSet
add point to the data set
add(int, double...) - Method in class de.gsi.dataset.spi.DoubleDataSet
add point to the data set
add(int, double...) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(int, double...) - Method in class de.gsi.dataset.spi.FloatDataSet
add point to the data set
add(int, double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
add point to the data set
add(int, double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
add point to the data set
add(int, double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
add point to the data set
add(int, double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(int, double[], String) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
add point to the data set
add(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
add point to the data set
add(int, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(int, double, double) - Method in class de.gsi.dataset.spi.FloatDataSet
add point to the data set
add(int, double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(int, double, double, double, double, String) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
add point to the data set
add(int, double, double, String) - Method in class de.gsi.dataset.spi.DoubleDataSet
add point to the data set
add(int, float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
add point to the data set
add(int, float, float, String) - Method in class de.gsi.dataset.spi.FloatDataSet
add point to the data set
add(int, E) - Method in class de.gsi.dataset.utils.NoDuplicatesList
 
add(DataSet) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
add(DataSet) - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
add(DataSet) - Method in class de.gsi.dataset.spi.RollingDataSet
 
add(DataRange) - Method in class de.gsi.dataset.spi.DataRange
Add the specified data range to this range.
add(LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
add(E) - Method in class de.gsi.dataset.utils.LimitedQueue
 
add(E) - Method in class de.gsi.dataset.utils.NoDuplicatesList
 
add(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Adds the specified element to this set if it is not already present.
add(Throwable) - Method in exception de.gsi.dataset.utils.AggregateException
 
add(T) - Method in class de.gsi.dataset.utils.CacheCollection
 
addAll(int, Collection<? extends E>) - Method in class de.gsi.dataset.utils.NoDuplicatesList
 
addAll(Collection<? extends E>) - Method in class de.gsi.dataset.utils.NoDuplicatesList
 
addAll(Collection<? extends E>) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Adds all of the elements in the specified collection to this set.
addAllForTreeSet(SortedSet<? extends K>, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Intended to be called only from IndexedTreeSet.addAll
addBinContent(int) - Method in interface de.gsi.dataset.Histogram
Increment bin content by 1.
addBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
addBinContent(int, double) - Method in interface de.gsi.dataset.Histogram
Increment bin content by a weight w.
addBinContent(int, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
addBinContent(int, double) - Method in class de.gsi.dataset.spi.Histogram
 
addDataLabel(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
addDataLabel(int, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
addDataLabel(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
adds a custom new data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
addDataLabelStyleMap(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
addDataRanges(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
addDataStyle(int, String) - Method in class de.gsi.dataset.spi.AbstractDataSet
A string representation of the CSS style associated with this specific DataSet data point.
addDataStyle(int, String) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
addDataStyle(int, String) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
A string representation of the CSS style associated with this specific DataSet data point.
AddedDataEvent - Class in de.gsi.dataset.event
AddedDataEvent class that is passed along the notification performed by the EventSource class.
AddedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.AddedDataEvent
generates new update event
AddedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.AddedDataEvent
generates new update event
AddedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.AddedDataEvent
generates new update event
addListener(EventListener) - Method in interface de.gsi.dataset.event.EventSource
Adds an EventListener which will be notified whenever the Observable becomes invalid.
addMetaData(DataSet) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
shift elements all keys from starting index until the last toIndex.
addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
shift elements all keys from starting index until the last toIndex.
addValueAndShiftKeys(int, int, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
shift elements all keys from starting index until the last toIndex.
AggregateException - Exception in de.gsi.dataset.utils
Simple aggregation of exceptions (used for catching exceptions of parallel executions)
AggregateException(String) - Constructor for exception de.gsi.dataset.utils.AggregateException
 
AggregateException(String, List<Throwable>) - Constructor for exception de.gsi.dataset.utils.AggregateException
 
AggregateException.PrintStreamOrWriter - Interface in de.gsi.dataset.utils
Wrapper class for PrintStream and PrintWriter to enable a single implementation of printStackTrace.
AggregateException.WrappedPrintStream - Class in de.gsi.dataset.utils
 
AggregateException.WrappedPrintWriter - Class in de.gsi.dataset.utils
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
allocate(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
allocate(int[], Class<T[]>) - Static method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
areEqual(double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
The method returns true if both values area equal.
ArrayCache - Class in de.gsi.dataset.utils
Simple cache for large recurring primitive arrays, e.g.
arraySize(int, float) - Static method in class de.gsi.dataset.spi.utils.HashMapHelper
Returns the least power of two smaller than or equal to 230 and larger than or equal to Math.ceil( expected / f ).
AscendingEntrySetView() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
 
assertType(Object, Class<?>) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts if the specified object is an instance of the specified type.
AssertUtils - Class in de.gsi.dataset.utils
Utility class used to examine function parameters.
ASYMMETRIC - de.gsi.dataset.DataSetError.ErrorType
 
AUTO - de.gsi.dataset.utils.DataSetUtils.Compression
Determine Compression from file extension
autoNotification() - Method in interface de.gsi.dataset.event.EventSource
Set the automatic notification of invalidation listeners.
autoNotification() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
autoNotification() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
autoNotification() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
available() - Method in class de.gsi.dataset.utils.CircularBuffer
 
available() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
available() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
available() - Method in class de.gsi.dataset.utils.RingBuffer
 
AVERAGE_RATE - de.gsi.dataset.event.EventRateLimiter.UpdateStrategy
 
AveragingDataSet - Class in de.gsi.dataset.spi
TODO: Change to ErrorDataSet and calculate standard deviation.
AveragingDataSet(String, int) - Constructor for class de.gsi.dataset.spi.AveragingDataSet
 
AveragingDataSet(String, int, int) - Constructor for class de.gsi.dataset.spi.AveragingDataSet
 
axisBins - Variable in class de.gsi.dataset.spi.AbstractHistogram
 
AxisChangeEvent - Class in de.gsi.dataset.event
UpdatedAxisDataEvent class that is passed along the notification performed by the EventSource class.
AxisChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
generates new update event
AxisChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
generates new update event
AxisChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
generates new update event
AxisChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisChangeEvent
generates new update event
AxisDescription - Interface in de.gsi.dataset
Axis description containing the axis name, its unit as well as its minimum and maximum range.
axisDescriptions - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
axisListener - Variable in class de.gsi.dataset.spi.AbstractDataSet
 
AxisNameChangeEvent - Class in de.gsi.dataset.event
Event issued when only the name/unit changed
AxisNameChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
 
AxisNameChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
 
AxisNameChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
 
AxisNameChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisNameChangeEvent
 
AxisRangeChangeEvent - Class in de.gsi.dataset.event
Event issued when only the axis range changed
AxisRangeChangeEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
 
AxisRangeChangeEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
 
AxisRangeChangeEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
 
AxisRangeChangeEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisRangeChangeEvent
 
AxisRecomputationEvent - Class in de.gsi.dataset.event
Event issued when only if the Axis is undefined and needs to be recomputed.
AxisRecomputationEvent(EventSource) - Constructor for class de.gsi.dataset.event.AxisRecomputationEvent
 
AxisRecomputationEvent(EventSource, int) - Constructor for class de.gsi.dataset.event.AxisRecomputationEvent
 
AxisRecomputationEvent(EventSource, String, int) - Constructor for class de.gsi.dataset.event.AxisRecomputationEvent
 
AxisRecomputationEvent(EventSource, String, Object, int) - Constructor for class de.gsi.dataset.event.AxisRecomputationEvent
 

B

belongsToEnum(String, int[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
binarySearch(double, int, int, IntToDoubleFunction) - Static method in class de.gsi.dataset.spi.AbstractDataSet
 
binarySearch(int, double, int, int) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
BINS_ALIGNED_WITH_BOUNDARY - de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
The min and max value defines the outer bounds of the bins
BINS_CENTERED_ON_BOUNDARY - de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
The min and max value defines the center of the bins
buffer() - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
build() - Method in class de.gsi.dataset.spi.DataSetBuilder
 
build() - Method in class de.gsi.dataset.utils.Cache.CacheBuilder
 
build(Class<T>) - Method in class de.gsi.dataset.spi.DataSetBuilder
Tries to build a DataSet of the specified type
builder() - Static method in class de.gsi.dataset.utils.Cache
 
buildRawDataSet(String, int, int[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
BYTE_ARRAY_CACHE_LOCK - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
 
byteArrayCache - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
 
ByteArrayCache - Class in de.gsi.dataset.utils
Implements byte-array (byte[]) cache collection to minimise memory re-allocation.
ByteArrayCache() - Constructor for class de.gsi.dataset.utils.ByteArrayCache
 
ByteBufferOutputStream - Class in de.gsi.dataset.utils
Wraps a ByteBuffer so it can be used like an OutputStream.
ByteBufferOutputStream(ByteBuffer, boolean...) - Constructor for class de.gsi.dataset.utils.ByteBufferOutputStream
 

C

Cache<K,​V> - Class in de.gsi.dataset.utils
A simple map based cache with timeOut and limit usage example:
Cache(int) - Constructor for class de.gsi.dataset.utils.Cache
 
Cache(long, TimeUnit) - Constructor for class de.gsi.dataset.utils.Cache
 
Cache(long, TimeUnit, int) - Constructor for class de.gsi.dataset.utils.Cache
 
Cache.CacheBuilder<K2,​V2> - Class in de.gsi.dataset.utils
 
CacheCollection<T> - Class in de.gsi.dataset.utils
Implements collection of cache-able objects that can be used to store recurring storage container.
CacheCollection() - Constructor for class de.gsi.dataset.utils.CacheCollection
 
CachedDaemonThreadFactory - Class in de.gsi.dataset.utils
 
canAdd(int) - Method in interface de.gsi.dataset.EditConstraints
 
canChange(int) - Method in interface de.gsi.dataset.EditConstraints
Determines if the specified data point can be modified.
canDelete(int) - Method in interface de.gsi.dataset.EditConstraints
 
capacity() - Method in class de.gsi.dataset.utils.CircularBuffer
 
capacity() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
CategoryHistogram - Interface in de.gsi.dataset
Deprecated.
Work in Progress, don't use yet
ceiling(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
ceilingEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
ceilingKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
checkArrayDimension(String, boolean[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
checkArrayDimension(String, byte[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
checkArrayDimension(String, double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
checkArrayDimension(String, float[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
checkArrayDimension(String, int[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
 
checkSize() - Method in class de.gsi.dataset.utils.Cache
 
checkSize(int) - Method in class de.gsi.dataset.utils.Cache
 
checkTime() - Method in class de.gsi.dataset.utils.Cache
 
CircularBuffer<E> - Class in de.gsi.dataset.utils
simple circular ring buffer implementation for generic object type (with read == write position)
CircularBuffer(int) - Constructor for class de.gsi.dataset.utils.CircularBuffer
 
CircularBuffer(E[], int) - Constructor for class de.gsi.dataset.utils.CircularBuffer
 
CircularDoubleErrorDataSet - Class in de.gsi.dataset.spi
 
CircularDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.CircularDoubleErrorDataSet
Creates a new instance of CircularDoubleErrorDataSet.
clamp(int, int, int) - Static method in class de.gsi.dataset.utils.Cache
 
clamp(long, long, long) - Static method in class de.gsi.dataset.utils.Cache
 
cleanup() - Method in class de.gsi.dataset.utils.CacheCollection
 
clear() - Method in interface de.gsi.dataset.AxisDescription
Empties this DataRange.
clear() - Method in class de.gsi.dataset.spi.AveragingDataSet
clear all data
clear() - Method in class de.gsi.dataset.spi.DataRange
Empties this DataRange.
clear() - Method in class de.gsi.dataset.spi.FragmentedDataSet
clears all sub-dataset references
clear() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
clear() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
clear() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
clear() - Method in class de.gsi.dataset.utils.Cache
 
clear() - Method in class de.gsi.dataset.utils.CacheCollection
 
clear() - Method in class de.gsi.dataset.utils.SoftHashMap
 
clear() - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Removes all of the mappings from this map.
clear() - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation calls entrySet().clear().
clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Removes all of the mappings from this map.
clear() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Removes all of the elements from this set.
clearData() - Method in class de.gsi.dataset.spi.DoubleDataSet
clear all data points
clearData() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
clears all data
clearData() - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
clearData() - Method in class de.gsi.dataset.spi.FloatDataSet
clear all data points
clearData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
clearData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
remove all data points
clearData() - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
clear all data points
clearMetaInfo() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
clone() - Method in class de.gsi.dataset.utils.trees.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns a shallow copy of this IndexedTreeMap instance.
clone() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns a shallow copy of this IndexedTreeSet instance.
color - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
comparator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
compare(Object, Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Compares two keys using the correct comparison method for this IndexedTreeMap.
compareTo(LimitedIndexedTreeDataSet.DataAtom) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
contains(double) - Method in interface de.gsi.dataset.AxisDescription
 
contains(double) - Method in class de.gsi.dataset.spi.DataRange
Examines if this range contains the specified value.
contains(Object) - Method in class de.gsi.dataset.utils.CacheCollection
 
contains(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
containsKey(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
containsKey(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
containsKey(Object) - Method in class de.gsi.dataset.utils.Cache
 
containsKey(Object) - Method in class de.gsi.dataset.utils.SoftHashMap
 
containsKey(Object) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation iterates over entrySet() searching for an entry with the specified key.
containsKey(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
containsValue(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
containsValue(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
containsValue(Object) - Method in class de.gsi.dataset.utils.Cache
 
containsValue(Object) - Method in class de.gsi.dataset.utils.SoftHashMap
 
containsValue(Object) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation iterates over entrySet() searching for an entry with the specified value.
containsValue(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns true if this map maps one or more keys to the specified value.
contents - Variable in class de.gsi.dataset.utils.CacheCollection
 
convertToChronoUnit(TimeUnit) - Static method in class de.gsi.dataset.utils.Cache
 
copyAxisDescription(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
copyDataLabelsAndStyles(DataSet, boolean) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
copyDataSet(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
perform and return a deep copy of the data set
copyMetaData(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
CosineFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a cosine function
CosineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
 
CosineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.CosineFunction
 
cropToLength(double[], int) - Static method in class de.gsi.dataset.utils.DataSetUtils
small helper routine to crop data array in case it's to long

D

data - Variable in class de.gsi.dataset.spi.AbstractHistogram
 
data - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
data - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
data - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
DataAtom(double, double, double, double, String...) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
DataBlob(double, double, double, double, String, String) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
 
dataCount - Variable in class de.gsi.dataset.spi.DoubleGridDataSet
 
dataCount - Variable in class de.gsi.dataset.spi.FragmentedDataSet
 
dataLabels - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
dataLabels - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
dataLabels - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
DataRange - Class in de.gsi.dataset.spi
Defines min/max (limits) used for DataSet and Axis range definitions.
DataRange() - Constructor for class de.gsi.dataset.spi.DataRange
Creates a new DataRange that is not defined.
DataRange(double, double) - Constructor for class de.gsi.dataset.spi.DataRange
Creates a new DataRange with the specified min and max values.
DataRange(DataRange) - Constructor for class de.gsi.dataset.spi.DataRange
Creates a copy of the specified data range.
dataSet - Variable in class de.gsi.dataset.spi.TransposedDataSet
 
DataSet - Interface in de.gsi.dataset
Basic interface for observable data sets.
DataSet2D - Interface in de.gsi.dataset
Basic interface for two-dimensional observable data sets.
DataSet3D - Interface in de.gsi.dataset
A DataSet extension used to represent 3-dimensional data points.
DataSetBuilder - Class in de.gsi.dataset.spi
Helps allocating new DataSets in a flexible and efficient way.
DataSetBuilder() - Constructor for class de.gsi.dataset.spi.DataSetBuilder
default DataSet factory
DataSetBuilder(String) - Constructor for class de.gsi.dataset.spi.DataSetBuilder
DataSet factory with data set name
DataSetError - Interface in de.gsi.dataset
The DataSetError is a basic interface that specifies all methods needed to read and modify data point error.
DataSetError.ErrorType - Enum in de.gsi.dataset
 
DataSetLock<D extends DataSet> - Interface in de.gsi.dataset.locks
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional functionality, that a writeLock() and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification states, e.g.
DataSetMetaData - Interface in de.gsi.dataset
Interface for defining common measurement meta data tags
DataSetUtils - Class in de.gsi.dataset.utils
 
DataSetUtils.Compression - Enum in de.gsi.dataset.utils
Supported Compression Types
DataSetUtils.ErrType - Enum in de.gsi.dataset.utils
Error type short handle
DataSetUtils.SplitCharByteInputStream - Class in de.gsi.dataset.utils
 
DataSetUtilsHelper - Class in de.gsi.dataset.utils
Small static helper routines to ease the reading of the DataSetUtils class
DataSetUtilsHelper() - Constructor for class de.gsi.dataset.utils.DataSetUtilsHelper
 
dataStyles - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
dataStyles - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
dataStyles - Variable in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
dbg() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
for debugging purposes
de.gsi.dataset - package de.gsi.dataset
 
de.gsi.dataset.event - package de.gsi.dataset.event
 
de.gsi.dataset.locks - package de.gsi.dataset.locks
 
de.gsi.dataset.spi - package de.gsi.dataset.spi
 
de.gsi.dataset.spi.utils - package de.gsi.dataset.spi.utils
 
de.gsi.dataset.testdata - package de.gsi.dataset.testdata
 
de.gsi.dataset.testdata.spi - package de.gsi.dataset.testdata.spi
 
de.gsi.dataset.utils - package de.gsi.dataset.utils
 
de.gsi.dataset.utils.trees - package de.gsi.dataset.utils.trees
 
debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
for debugging purposes
debug() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
debugState - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether diagnostics time-marks are taken or the routine to be skipped
DefaultAxisDescription - Class in de.gsi.dataset.spi
Simple default implementation of the AxisDescription interface
DefaultAxisDescription(int) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
default constructor
DefaultAxisDescription(int, String, String...) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
 
DefaultAxisDescription(int, String, String, double, double) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
 
DefaultAxisDescription(AxisDescription) - Constructor for class de.gsi.dataset.spi.DefaultAxisDescription
Copy constructor to generate axisDescriptions for datasets from existing Axis Descriptions
DefaultDataSet - Class in de.gsi.dataset.spi
Redirect to the reference implementation declared as 'default'.
DefaultDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
Creates a new instance of DefaultDataSet as copy of another (deep-copy).
DefaultDataSet(String) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
Creates a new instance of DefaultDataSet.
DefaultDataSet(String, double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
Creates a new instance of DefaultDataSet.
DefaultDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DefaultDataSet
Creates a new instance of DefaultDataSet.
DefaultDataSetLock<D extends DataSet> - Class in de.gsi.dataset.locks
A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional functionality, that a writeLock() and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification states, e.g.
DefaultDataSetLock(D) - Constructor for class de.gsi.dataset.locks.DefaultDataSetLock
 
DefaultErrorDataSet - Class in de.gsi.dataset.spi
Redirect to the reference implementation declared as 'default'.
DefaultErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
Creates a new instance of DoubleDataSet as copy of another (deep-copy).
DefaultErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
Creates a new instance of DefaultErrorDataSet.
DefaultErrorDataSet(String, double[], double[], double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
Creates a new instance of DefaultErrorDataSet.
DefaultErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DefaultErrorDataSet
Creates a new instance of DefaultErrorDataSet.
DelayedUpdateTask() - Constructor for class de.gsi.dataset.event.EventRateLimiter.DelayedUpdateTask
 
descendingIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns an iterator over the elements in this set in descending order.
descendingKeyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
descendingKeyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
descendingKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
descendingMap() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
descendingSet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
DIM_X - Static variable in interface de.gsi.dataset.DataSet
 
DIM_Y - Static variable in interface de.gsi.dataset.DataSet
 
DIM_Z - Static variable in interface de.gsi.dataset.DataSet
 
dimension - Variable in class de.gsi.dataset.spi.AbstractDataSet
 
dimensions - Variable in class de.gsi.dataset.spi.utils.MultiArray
 
DimReductionDataSet - Class in de.gsi.dataset.spi
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
DimReductionDataSet(GridDataSet, int, DimReductionDataSet.Option) - Constructor for class de.gsi.dataset.spi.DimReductionDataSet
Reduces 3D grid data to 2D DataSet either via slicing, min, mean, max or integration
DimReductionDataSet.Option - Enum in de.gsi.dataset.spi
The possible reduction options if integrated over a value range
DoubleArrayCache - Class in de.gsi.dataset.utils
Implements double-array (double[]) cache collection to minimise memory re-allocation.
DoubleArrayCache() - Constructor for class de.gsi.dataset.utils.DoubleArrayCache
 
DoubleCircularBuffer - Class in de.gsi.dataset.utils
simple circular ring buffer implementation for double type (with read == write position)
DoubleCircularBuffer(double[], int) - Constructor for class de.gsi.dataset.utils.DoubleCircularBuffer
 
DoubleCircularBuffer(int) - Constructor for class de.gsi.dataset.utils.DoubleCircularBuffer
 
DoubleDataSet - Class in de.gsi.dataset.spi
Implementation of the DataSet interface which stores x,y values in two separate arrays.
DoubleDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
Creates a new instance of DoubleDataSet as copy of another (deep-copy).
DoubleDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
Creates a new instance of DoubleDataSet.
DoubleDataSet(String, double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
Creates a new instance of DoubleDataSet.
DoubleDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DoubleDataSet
Creates a new instance of DoubleDataSet.
DoubleErrorDataSet - Class in de.gsi.dataset.spi
Implementation of the DataSetError interface which stores x,y, +eyn, and -eyn values in separate double arrays.
DoubleErrorDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
Creates a new instance of DoubleErrorDataSet as copy of another (deep-copy).
DoubleErrorDataSet(String) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
Creates a new instance of DoubleErrorDataSet.
DoubleErrorDataSet(String, double[], double[], double[], double[], int, boolean) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
Creates a new instance of DoubleErrorDataSet.
DoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DoubleErrorDataSet
Creates a new instance of DoubleErrorDataSet.
DoubleGridDataSet - Class in de.gsi.dataset.spi
Implementation of the GridDataSet.
DoubleGridDataSet(GridDataSet) - Constructor for class de.gsi.dataset.spi.DoubleGridDataSet
Creates a new instance of DoubleDataSet as copy of another (deep-copy).
DoubleGridDataSet(String, boolean, double[][], double[]...) - Constructor for class de.gsi.dataset.spi.DoubleGridDataSet
 
DoubleGridDataSet(String, int) - Constructor for class de.gsi.dataset.spi.DoubleGridDataSet
Creates a new instance of DoubleDataSet.
DoubleGridDataSet(String, int[], boolean, double[]...) - Constructor for class de.gsi.dataset.spi.DoubleGridDataSet
 
DoubleGridDataSet(String, int, int[]) - Constructor for class de.gsi.dataset.spi.DoubleGridDataSet
 
DoublePoint - Class in de.gsi.dataset.spi.utils
 
DoublePoint() - Constructor for class de.gsi.dataset.spi.utils.DoublePoint
default constructor (zero coordinates)
DoublePoint(Double, Double) - Constructor for class de.gsi.dataset.spi.utils.DoublePoint
 
DoublePointError - Class in de.gsi.dataset.spi.utils
 
DoublePointError() - Constructor for class de.gsi.dataset.spi.utils.DoublePointError
default constructor (zero coordinates and errors)
DoublePointError(double, double, double, double) - Constructor for class de.gsi.dataset.spi.utils.DoublePointError
 
DoubleRingBuffer - Class in de.gsi.dataset.utils
simple circular ring buffer implementation for double type (with read/write position)
DoubleRingBuffer(int) - Constructor for class de.gsi.dataset.utils.DoubleRingBuffer
 
downGradeWriteLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
Deprecated.
do not use (yet)

E

EditableDataSet - Interface in de.gsi.dataset
 
EditConstraints - Interface in de.gsi.dataset
interface describing possible constraints on data set modifications
elements - Variable in class de.gsi.dataset.spi.utils.MultiArray
 
elements() - Method in class de.gsi.dataset.spi.utils.MultiArray
 
elements() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
elements(E[]) - Method in class de.gsi.dataset.utils.CircularBuffer
 
Entry(K, V, IndexedTreeMap.Entry<K, V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
EntryIterator(IndexedTreeMap.Entry<K, V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.EntryIterator
 
entrySet() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
entrySet() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
entrySet() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
entrySet() - Method in class de.gsi.dataset.utils.Cache
 
entrySet() - Method in class de.gsi.dataset.utils.SoftHashMap
 
entrySet() - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
 
entrySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
entrySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns a Set view of the mappings contained in this map.
equalArrays(T[], T[]) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts that the specified arrays have the same length.
equalDataLabels(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
checks for equal data labels, may be overwritten by derived classes
equalDoubleArrays(double[], double[]) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts that the specified arrays have the same length.
equalDoubleArrays(double[], double[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts that the specified arrays have the same length or are at least min size.
equalEditConstraints(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
checks for equal EditConstraints, may be overwritten by derived classes
equalErrorValues(DataSet, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
checks for equal 'get' error values, may be overwritten by derived classes
equalFloatArrays(float[], float[]) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts that the specified arrays have the same length.
equalFloatArrays(float[], float[], int) - Static method in class de.gsi.dataset.utils.AssertUtils
Asserts that the specified arrays have the same length or are at least min size.
equalMetaData(DataSet) - Method in class de.gsi.dataset.spi.AbstractDataSet
checks for equal meta data, may be overwritten by derived classes
equals(Object) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
equals(Object) - Method in class de.gsi.dataset.spi.DataRange
 
equals(Object) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
equals(Object) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
equals(Object) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class de.gsi.dataset.utils.trees.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
equals(Object, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
Indicates whether some other object is "equal to" this one.
equals(Object, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
equalValues(DataSet, double) - Method in class de.gsi.dataset.spi.AbstractDataSet
checks for equal 'get' values with tolerance band, may be overwritten by derived classes
error(DataSet, DataSetUtils.ErrType, double) - Static method in class de.gsi.dataset.utils.DataSetUtils
convenience short-hand notation for getting error variable at an exact x value.
error(DataSet, DataSetUtils.ErrType, int) - Static method in class de.gsi.dataset.utils.DataSetUtils
convenience short-hand notation for getting error variable at a specific data point index.
error(DataSet, DataSetUtils.ErrType, int, double, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
convenience short-hand notation for getting error variables.
errorList - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
errors(DataSet, DataSetUtils.ErrType) - Static method in class de.gsi.dataset.utils.DataSetUtils
convenience short-hand notation for getting error variables (if defined for dataset)
errorsNeg - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
errorsNegFloat - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
errorsPos - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
errorsPosFloat - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
evaluateAutoCompression(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
Determine the compression method from the file extension.
EventListener - Interface in de.gsi.dataset.event
 
EventRateLimiter - Class in de.gsi.dataset.event
EventRateLimiter that acts as an EventListener and forwards the received UpdateEvents to a secondary EventListener at a predefined maximum rate.
EventRateLimiter(EventListener, long) - Constructor for class de.gsi.dataset.event.EventRateLimiter
 
EventRateLimiter(EventListener, long, EventRateLimiter.UpdateStrategy) - Constructor for class de.gsi.dataset.event.EventRateLimiter
 
EventRateLimiter.DelayedUpdateTask - Class in de.gsi.dataset.event
 
EventRateLimiter.UpdateStrategy - Enum in de.gsi.dataset.event
EventRateLimter UpdateStrategy EventRateLimiter.UpdateStrategy.INSTANTANEOUS_RATE notify if the time w.r.t.
EventSource - Interface in de.gsi.dataset.event
 
EventThreadHelper - Class in de.gsi.dataset.event
 
ex - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
exactEntry(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
Returns a key-value mapping associated with the key located at the index offset from the beginning of the sorted map
exactEntry(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
exactKey(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
Returns the key located at the index offset from the beginning of the sorted map
exactKey(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
EXN - de.gsi.dataset.utils.DataSetUtils.ErrType
Negative x error
EXP - de.gsi.dataset.utils.DataSetUtils.ErrType
Positive x error
expectedModCount - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
expire() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
checks X data range and removes old data points if they exceed the maximum data range
expire(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
expire data points that are older than now minus length of the buffer, notifies a 'fireInvalidated()' in case data has been removed
expire(double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
checks X data range and removes old data points if they exceed the maximum data range
exportEntry(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Return SimpleImmutableEntry for entry, or null if null
exportMetaDataByDefault - Static variable in class de.gsi.dataset.utils.DataSetUtils
 
ey - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
EYN - de.gsi.dataset.utils.DataSetUtils.ErrType
Negative y error
EYP - de.gsi.dataset.utils.DataSetUtils.ErrType
Positive y error

F

FifoDoubleErrorDataSet - Class in de.gsi.dataset.spi
Limited Fifo DoubleErrorDataSet.
FifoDoubleErrorDataSet(String, int) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Creates a new instance of FifoDoubleErrorDataSet.
FifoDoubleErrorDataSet(String, int, double) - Constructor for class de.gsi.dataset.spi.FifoDoubleErrorDataSet
Creates a new instance of FifoDoubleErrorDataSet.
FifoDoubleErrorDataSet.DataBlob - Class in de.gsi.dataset.spi
 
fill(double) - Method in interface de.gsi.dataset.Histogram1D
Increment bin with abscissa X, Y, and Z by 1.
fill(double, double) - Method in interface de.gsi.dataset.Histogram1D
Increment bin with abscissa X by with a weight w.
fill(double, double) - Method in interface de.gsi.dataset.Histogram2D
Increment bin with abscissa X, Y, and Z by 1.
fill(double, double) - Method in class de.gsi.dataset.spi.Histogram
 
fill(double, double) - Method in class de.gsi.dataset.spi.Histogram2
 
fill(double, double, double) - Method in interface de.gsi.dataset.Histogram2D
Increment bin with abscissa X by with a weight w.
fill(double, double, double) - Method in class de.gsi.dataset.spi.Histogram2
 
fill(String) - Method in interface de.gsi.dataset.CategoryHistogram
Deprecated.
Increment bin with name with by 1.
fill(String, double) - Method in interface de.gsi.dataset.CategoryHistogram
Deprecated.
Increment bin with name with a weight w.
fillN(double[], double[], int) - Method in interface de.gsi.dataset.Histogram1D
Fill this histogram with an array x and weights w.
fillN(double[], double[], int) - Method in class de.gsi.dataset.spi.Histogram
 
findBin(double, double) - Method in interface de.gsi.dataset.Histogram
 
findBin(double, double) - Method in interface de.gsi.dataset.Histogram2D
 
findBin(double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
findBin(double, double, double) - Method in interface de.gsi.dataset.Histogram
 
findBin(double, double, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
findBin(int, double) - Method in interface de.gsi.dataset.Histogram
 
findBin(int, double) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
findBin(int, double) - Method in class de.gsi.dataset.spi.Histogram
 
findFirstBinAbove(double, double) - Method in interface de.gsi.dataset.Histogram2D
 
findFirstBinAbove(double, double) - Method in class de.gsi.dataset.spi.Histogram2
 
findNextLargerIndex(double[], double) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractDataSet
Notifies listeners that the data has been invalidated.
fireInvalidated(UpdateEvent) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
 
fireInvalidated(UpdateEvent) - Method in interface de.gsi.dataset.testdata.TestDataSet
notify listener with given event that the data set has changed
first() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
firstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
firstKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
FloatDataSet - Class in de.gsi.dataset.spi
Implementation of the DataSet interface which stores x,y values in two separate arrays.
FloatDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.FloatDataSet
Creates a new instance of FloatDataSet as copy of another (deep-copy).
FloatDataSet(String) - Constructor for class de.gsi.dataset.spi.FloatDataSet
Creates a new instance of FloatDataSet.
FloatDataSet(String, float[], float[], int, boolean) - Constructor for class de.gsi.dataset.spi.FloatDataSet
Creates a new instance of FloatDataSet.
FloatDataSet(String, int) - Constructor for class de.gsi.dataset.spi.FloatDataSet
Creates a new instance of FloatDataSet.
floor(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
floorEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
floorKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
 
FragmentedDataSet - Class in de.gsi.dataset.spi
 
FragmentedDataSet(String) - Constructor for class de.gsi.dataset.spi.FragmentedDataSet
 

G

gauss(double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
 
gauss(double, double, double) - Static method in class de.gsi.dataset.testdata.spi.GaussFunction
 
GaussFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a Gaussian function
GaussFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.GaussFunction
 
generateByteArray(int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
generateDoubleArray(double, double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
generateFloatArray(float, float, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
generateIntArray(int, int, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
generateX(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
generateX(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
generate test data set
generateY(int) - Method in class de.gsi.dataset.testdata.spi.CosineFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.GaussFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomStepFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.RandomWalkFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.SincFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.SineFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.SingleOutlierFunction
 
generateY(int) - Method in class de.gsi.dataset.testdata.spi.TriangleFunction
 
generateY(int) - Method in interface de.gsi.dataset.testdata.TestDataSet
generate test data set
generateZeroOneArray(double, int) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
GenericsHelper - Class in de.gsi.dataset.utils
Helper class to convert between boxed and primitive data types.
get() - Method in class de.gsi.dataset.utils.CircularBuffer
 
get() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
get(double[], int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
get(double[], int, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
get(int) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray1DBoolean
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray1DByte
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray1DChar
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray1DDouble
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray1DFloat
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray1DInt
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray1DLong
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray1DObject
 
get(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray1DShort
 
get(int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
get(int) - Method in class de.gsi.dataset.utils.CircularBuffer
 
get(int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
get(int) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableSet
Returns the entry located at the index offset from the beginning of the sorted set
get(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
Get a value in the MultiArray.
get(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
Get a value in the MultiArray.
get(int, int) - Method in interface de.gsi.dataset.DataSet
Gets the x value of the data point with the index i
get(int, int) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.Histogram
 
get(int, int) - Method in class de.gsi.dataset.spi.Histogram2
 
get(int, int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray2DBoolean
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray2DByte
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray2DChar
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray2DDouble
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray2DFloat
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray2DInt
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray2DLong
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray2DObject
 
get(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray2DShort
 
get(int, int) - Method in class de.gsi.dataset.spi.WrappedDataSet
 
get(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
get(int, int...) - Method in interface de.gsi.dataset.GridDataSet
 
get(int, int...) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
get(int, int...) - Method in class de.gsi.dataset.spi.Histogram2
 
get(int, int...) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
get(E[], int) - Method in class de.gsi.dataset.utils.CircularBuffer
 
get(E[], int, int) - Method in class de.gsi.dataset.utils.CircularBuffer
 
get(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
get(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
get(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
get(Object) - Method in class de.gsi.dataset.utils.Cache
 
get(Object) - Method in class de.gsi.dataset.utils.SoftHashMap
 
get(Object) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation iterates over entrySet() searching for an entry with the specified key.
get(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getArray(int) - Method in class de.gsi.dataset.utils.ByteArrayCache
 
getArray(int) - Method in class de.gsi.dataset.utils.DoubleArrayCache
 
getArrayExact(int) - Method in class de.gsi.dataset.utils.ByteArrayCache
 
getArrayExact(int) - Method in class de.gsi.dataset.utils.DoubleArrayCache
 
getAverageCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
 
getAverageSize() - Method in class de.gsi.dataset.spi.AveragingDataSet
 
getAxisDescription(int) - Method in interface de.gsi.dataset.DataSet
Return the axis description of the i-th axis.
getAxisDescription(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getAxisDescriptions() - Method in interface de.gsi.dataset.DataSet
 
getAxisDescriptions() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getAxisDescriptions() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getAxisDescriptions() - Method in class de.gsi.dataset.spi.WrappedDataSet
 
getBinCenter(int, int) - Method in interface de.gsi.dataset.Histogram
 
getBinCenter(int, int) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
getBinContent(int) - Method in interface de.gsi.dataset.Histogram
Return content of bin number bin.
getBinContent(int) - Method in class de.gsi.dataset.spi.AbstractHistogram
 
getCachedBooleanArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedByteArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedDoubleArray(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
getCachedFloatArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedIntArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedLongArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedShortArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedStringArray(String, int) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns cached large recurring primitive arrays, e.g.
getCachedStringBuilder(String, int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
getCallingClassMethod(int...) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getCallingClassMethod(String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getCapacity() - Method in class de.gsi.dataset.spi.DoubleDataSet
 
getCapacity() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getCapacity() - Method in class de.gsi.dataset.spi.FloatDataSet
 
getCapacity() - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
getCause() - Method in exception de.gsi.dataset.utils.AggregateException
 
getCeilingEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns null.
getColor() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getCommonPool() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
 
getData() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getData() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
getData() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getDataCount() - Method in interface de.gsi.dataset.DataSet
Get the number of data points in the data set.
getDataCount() - Method in class de.gsi.dataset.spi.AbstractHistogram
 
getDataCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.DoubleDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.FloatDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getDataCount() - Method in class de.gsi.dataset.spi.WrappedDataSet
 
getDataCount() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
getDataLabel() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
 
getDataLabel(int) - Method in interface de.gsi.dataset.DataSet
Returns label of a data point specified by the index.
getDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
Returns label of a data point specified by the index.
getDataLabel(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
getDataLabel(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getDataLabel(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
Returns label of a data point specified by the index.
getDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Returns label of a data point specified by the index.
getDataLabel(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getDataLabelMap() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getDataLabels() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
getDataset() - Method in class de.gsi.dataset.spi.WrappedDataSet
 
getDatasetCount() - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
getDatasets() - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
getDataStyleMap() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getDataStyles() - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
getDebugState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getDefaultColor() - Static method in class de.gsi.dataset.spi.LabelledMarker
 
getDefaultFontSize() - Static method in class de.gsi.dataset.spi.LabelledMarker
 
getDefaultLineWidth() - Static method in class de.gsi.dataset.spi.LabelledMarker
 
getDepth() - Method in class de.gsi.dataset.spi.RollingDataSet
 
getDimension() - Method in interface de.gsi.dataset.DataSet
 
getDimension() - Method in interface de.gsi.dataset.DataSet2D
 
getDimension() - Method in class de.gsi.dataset.event.AxisChangeEvent
 
getDimension() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getDimension() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getDimensions() - Method in class de.gsi.dataset.spi.utils.MultiArray
 
getDimIndex() - Method in interface de.gsi.dataset.AxisDescription
 
getDimIndex() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
getEditConstraints() - Method in interface de.gsi.dataset.EditableDataSet
 
getEditConstraints() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getElementsCount() - Method in class de.gsi.dataset.spi.utils.MultiArray
 
getEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns this map's entry for the given key, or null if the map does not contain an entry for the key.
getEntryUsingComparator(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Version of getEntry using comparator.
getErrorList() - Method in interface de.gsi.dataset.DataSetMetaData
 
getErrorList() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getErrorList() - Method in class de.gsi.dataset.spi.Histogram
 
getErrorList() - Method in class de.gsi.dataset.spi.Histogram2
 
getErrorNegative(int, double) - Method in interface de.gsi.dataset.DataSetError
Returns the negative error along the 'dimIndex' axis of a point specified by the x coordinate.
getErrorNegative(int, int) - Method in interface de.gsi.dataset.DataSetError
Returns the negative error along the 'dimIndex' axis of a point specified by the index.
getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getErrorNegative(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getErrorNegative(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
getErrorPositive(int, double) - Method in interface de.gsi.dataset.DataSetError
Returns the positive error along the 'dimIndex' axis of a point specified by the x coordinate.
getErrorPositive(int, int) - Method in interface de.gsi.dataset.DataSetError
Returns the positive error along the 'dimIndex' axis of a point specified by the index.
getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getErrorPositive(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getErrorPositive(int, int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
getErrorsNegative(int) - Method in interface de.gsi.dataset.DataSetError
Returns the negative error along the 'dimIndex' axis for all available data points.
getErrorsNegative(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getErrorsPositive(int) - Method in interface de.gsi.dataset.DataSetError
Returns the positive error along the 'dimIndex' axis for all available data points.
getErrorsPositive(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getErrorType(int) - Method in interface de.gsi.dataset.DataSetError
Returns the given error type for a specific dimension that may be used to drive given simplifications and optimisation in derived classes.
getErrorType(int) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
return the DataSetError.ErrorType of the dataset
getErrorType(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
getErrorX() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getErrorX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
getErrorY() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getErrorY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
getExecutorService() - Static method in class de.gsi.dataset.event.EventThreadHelper
 
getFileName(DataSet, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
Produce a filename from a dataSet and a String that can contain {datafield;type;format} style placeholders.
getFirst() - Method in class de.gsi.dataset.spi.utils.Triple
 
getFirstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the first Entry in the IndexedTreeMap (according to the IndexedTreeMap's key-sort function).
getFloatValues(int) - Method in class de.gsi.dataset.spi.FloatDataSet
 
getFloorEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the greatest key less than the specified key; if no such entry exists, returns null.
getFontSize() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getFuzzyCount() - Method in class de.gsi.dataset.spi.AveragingDataSet
Gets the fuzzy count.
getGaussianX() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
getGaussianY() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
getGrid(int, int) - Method in interface de.gsi.dataset.GridDataSet
Returns the Grid Value along the specified Grid dimension
getGrid(int, int) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getGrid(int, int) - Method in class de.gsi.dataset.spi.Histogram2
 
getGrid(int, int) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getGridIndex(int, double) - Method in interface de.gsi.dataset.GridDataSet
 
getGridIndex(int, double) - Method in class de.gsi.dataset.spi.AbstractGridDataSet
 
getGridIndex(int, double) - Method in class de.gsi.dataset.spi.Histogram2
 
getGridIndex(int, double) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getGridValues(int) - Method in interface de.gsi.dataset.GridDataSet
 
getGridValues(int) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getHigherEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Gets the entry for the least key greater than the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists returns null.
getIfPresent(K) - Method in class de.gsi.dataset.utils.Cache
 
getIndex(int) - Method in class de.gsi.dataset.utils.CircularBuffer
 
getIndex(int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
getIndex(int[]) - Method in class de.gsi.dataset.spi.utils.MultiArray
 
getIndex(int, double...) - Method in interface de.gsi.dataset.DataSet
Gets the index of the data point closest to the given 'value' coordinate.
getIndex(int, double...) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getIndex(int, double...) - Method in class de.gsi.dataset.spi.Histogram
 
getIndex(int, double...) - Method in class de.gsi.dataset.spi.Histogram2
 
getIndex(int, double...) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getIndex(int, double...) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getIndex(E) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableSet
Searches the specified tree map for the specified entry using the put algorithm.
getIndex(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
getIndices(int) - Method in class de.gsi.dataset.spi.utils.MultiArray
 
getInfoList() - Method in interface de.gsi.dataset.DataSetMetaData
 
getInfoList() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getInfoList() - Method in class de.gsi.dataset.spi.Histogram
 
getInfoList() - Method in class de.gsi.dataset.spi.Histogram2
 
getInstance() - Static method in class de.gsi.dataset.utils.ByteArrayCache
 
getInstance() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
 
getInstance() - Static method in class de.gsi.dataset.utils.DoubleArrayCache
 
getISODate(long, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
Get ISO date from milliseconds since Jan 01, 1970
getKey() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
Returns the key.
getKey(String, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
getLabel() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getLabel() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getLastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the last Entry in the IndexedTreeMap (according to the IndexedTreeMap's key-sort function).
getLastLength() - Method in class de.gsi.dataset.spi.RollingDataSet
 
getLastReadStamp() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getLastStoredAutoNotificationState() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getLastWriteStamp() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getLength() - Method in interface de.gsi.dataset.AxisDescription
 
getLength() - Method in class de.gsi.dataset.spi.DataRange
Returns length of this range (max - min).
getLimit() - Method in class de.gsi.dataset.utils.Cache
 
getLimit() - Method in class de.gsi.dataset.utils.LimitedQueue
 
getLineWidth() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getLockObject() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getLoggerOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getLowerEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key in the Tree is greater than the specified key), returns null.
getMax() - Method in interface de.gsi.dataset.AxisDescription
 
getMax() - Method in class de.gsi.dataset.spi.DataRange
 
getMax() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
getMaxDistance() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getMaxIndex() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getMaxLength() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getMaxQueueSize() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
getMaxThreads() - Static method in class de.gsi.dataset.event.EventThreadHelper
 
getMaxValue() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getMessage() - Method in class de.gsi.dataset.event.UpdateEvent
 
getMetaInfo() - Method in interface de.gsi.dataset.DataSetMetaData
 
getMetaInfo() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getMin() - Method in interface de.gsi.dataset.AxisDescription
 
getMin() - Method in class de.gsi.dataset.spi.DataRange
 
getMin() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
getMinIndex() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getMinValue() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getName() - Method in interface de.gsi.dataset.AxisDescription
 
getName() - Method in interface de.gsi.dataset.DataSet
Gets the name of the data set.
getName() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getName() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
getName() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getName() - Method in class de.gsi.dataset.spi.WrappedDataSet
Returns the name of the dataset.
getNew1DGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
getNGrid() - Method in interface de.gsi.dataset.GridDataSet
 
getNumbersOfThreads() - Static method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
 
getOffset() - Method in class de.gsi.dataset.spi.utils.MultiArray
 
getOptional(K) - Method in class de.gsi.dataset.utils.Cache
 
getPayLoad() - Method in class de.gsi.dataset.event.UpdateEvent
 
getPermutation() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getProjectionX() - Method in class de.gsi.dataset.spi.Histogram2
 
getProjectionY() - Method in class de.gsi.dataset.spi.Histogram2
 
getRateEstimate() - Method in class de.gsi.dataset.event.EventRateLimiter
 
getReaderCount() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getReductionOption() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray2DBoolean
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray2DByte
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray2DChar
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray2DDouble
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray2DFloat
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray2DInt
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray2DLong
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray2DObject
 
getRow(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray2DShort
 
getSecond() - Method in class de.gsi.dataset.spi.utils.Triple
 
getShape() - Method in interface de.gsi.dataset.GridDataSet
 
getShape() - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getShape() - Method in class de.gsi.dataset.spi.Histogram2
 
getShape() - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getShape(int) - Method in interface de.gsi.dataset.GridDataSet
 
getShape(int) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getSize() - Method in class de.gsi.dataset.utils.Cache
 
getSourceDataSet() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
getStartIndex(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
getStartIndex(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
Get a value in the backing array using linear indexing.
getStrided(int) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
Get a value in the backing array using linear indexing.
getStyle() - Method in interface de.gsi.dataset.DataSet
A string representation of the CSS style associated with this specific DataSet.
getStyle() - Method in class de.gsi.dataset.spi.AbstractStylable
A string representation of the CSS style associated with this specific Node.
getStyle() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
 
getStyle() - Method in class de.gsi.dataset.spi.LabelledMarker
Gets the style string for the marker.
getStyle() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getStyle() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getStyle(int) - Method in interface de.gsi.dataset.DataSet
A string representation of the CSS style associated with this specific DataSet data point.
getStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
A string representation of the CSS style associated with this specific DataSet data point.
getStyle(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
getStyle(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
getStyle(int) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
getStyle(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
getStyle(int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
A string representation of the CSS style associated with this specific DataSet data point.
getStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
A string representation of the CSS style associated with this specific DataSet data point.
getStyle(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getStyle(int) - Method in class de.gsi.dataset.spi.WrappedDataSet
 
getStyle(int) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
getSum(int, int) - Method in class de.gsi.dataset.spi.Histogram2
 
getThird() - Method in class de.gsi.dataset.spi.utils.Triple
 
getThis() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getThis() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
 
getThis() - Method in class de.gsi.dataset.spi.AbstractStylable
 
getThrowableList() - Method in exception de.gsi.dataset.utils.AggregateException
 
getTimeDiff(long) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getTimeDiff(long, String) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getTimeout() - Method in class de.gsi.dataset.utils.Cache
 
getTimeStamp() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
getTimeUnit() - Method in class de.gsi.dataset.utils.Cache
 
getUnit() - Method in interface de.gsi.dataset.AxisDescription
 
getUnit() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
getValue() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
Returns the value associated with the key.
getValue(double) - Method in interface de.gsi.dataset.DataSet2D
Gets the interpolated y value of the data point for given x coordinate
getValue(int, double) - Method in class de.gsi.dataset.spi.Histogram
 
getValue(int, double) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
getValue(int, double...) - Method in interface de.gsi.dataset.DataSet
Returns the value along the 'dimIndex' axis of a point specified by the x coordinate.
getValue(int, double...) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getValue(int, double...) - Method in class de.gsi.dataset.spi.AbstractGridDataSet
 
getValue(int, double...) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
getValue(int, double...) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getValue(int, double...) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
getValue(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
getValues(int) - Method in interface de.gsi.dataset.DataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.FloatDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
getValues(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
getVerboseOutputState() - Static method in class de.gsi.dataset.utils.ProcessingProfiler
 
getWarningList() - Method in interface de.gsi.dataset.DataSetMetaData
 
getWarningList() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
getWarningList() - Method in class de.gsi.dataset.spi.Histogram
 
getWarningList() - Method in class de.gsi.dataset.spi.Histogram2
 
getWriterCount() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
getX() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getX() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getX() - Method in class de.gsi.dataset.spi.utils.DoublePoint
 
getX() - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
getX(int) - Method in interface de.gsi.dataset.DataSet2D
Gets the x value of the data point with the index i
getXFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
 
getXIndex(double) - Method in interface de.gsi.dataset.DataSet2D
Gets the index of the data point closest to the given x coordinate.
getXValue() - Method in class de.gsi.dataset.spi.utils.Tuple
 
getXValues() - Method in interface de.gsi.dataset.DataSet2D
 
getY() - Method in class de.gsi.dataset.spi.LabelledMarker
 
getY() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
getY() - Method in class de.gsi.dataset.spi.utils.DoublePoint
 
getY() - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
getY(int) - Method in interface de.gsi.dataset.DataSet2D
Gets the y value of the data point with the index i
getYFloatValues() - Method in class de.gsi.dataset.spi.FloatDataSet
 
getYIndex(double) - Method in interface de.gsi.dataset.DataSet2D
Gets the first index of the data point closest to the given y coordinate.
getYValue() - Method in class de.gsi.dataset.spi.utils.Tuple
 
getYValues() - Method in interface de.gsi.dataset.DataSet2D
 
getZ(int, int) - Method in interface de.gsi.dataset.DataSet3D
Returns Z coordinate for the specified data point.
getZ(int, int) - Method in interface de.gsi.dataset.Histogram2D
Returns Z coordinate for the specified data point.
grid - Variable in class de.gsi.dataset.spi.DoubleGridDataSet
 
GridDataSet - Interface in de.gsi.dataset
Interface for accessing data on a cartesian grid.
gtEqThanZero(String, double) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the int value is >= 0
gtEqThanZero(String, int) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the int value is >= 0
gtEqThanZero(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the value is >= 0
gtOrEqual(String, double, double) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the variable is less or equal than the reference
gtOrEqual(String, float, float) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the variable is less or equal than the reference
gtOrEqual(String, int, int) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the variable is greater or equal than the reference
gtOrEqual(String, long, long) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the variable is less or equal than the reference
gtThanZero(String, int) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the int value is >= 0
gtThanZero(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the value is >= 0
GZIP - de.gsi.dataset.utils.DataSetUtils.Compression
GZIP compression

H

handle(UpdateEvent) - Method in interface de.gsi.dataset.event.EventListener
This method needs to be provided by an implementation of UpdateListener.
handle(UpdateEvent) - Method in class de.gsi.dataset.event.EventRateLimiter
 
handle(UpdateEvent) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
hashCode() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
hashCode() - Method in class de.gsi.dataset.spi.DataRange
 
hashCode() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
hashCode() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
hashCode() - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class de.gsi.dataset.utils.trees.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
HashMapHelper - Class in de.gsi.dataset.spi.utils
Common HashMap methods taken from FastUtil implementation
hasNext() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
headMap(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
headMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
headMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
headSet(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
headSet(E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
higher(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
higherEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
higherKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
Histogram - Class in de.gsi.dataset.spi
Class implements simple one dimensional binned histogram backed internally by double arrays
Histogram - Interface in de.gsi.dataset
Specialized DataSet interface for storing and processing Histogram data.
Histogram(String, double[]) - Constructor for class de.gsi.dataset.spi.Histogram
Creates histogram with name and range [minX, maxX]
Histogram(String, double[], boolean) - Constructor for class de.gsi.dataset.spi.Histogram
Creates histogram with name and range [minX, maxX]
Histogram(String, int, double, double, boolean, AbstractHistogram.HistogramOuterBounds) - Constructor for class de.gsi.dataset.spi.Histogram
Creates histogram with name and range [minX, maxX]
Histogram(String, int, double, double, AbstractHistogram.HistogramOuterBounds) - Constructor for class de.gsi.dataset.spi.Histogram
Creates histogram with name and range [minX, maxX]
Histogram1D - Interface in de.gsi.dataset
 
Histogram2 - Class in de.gsi.dataset.spi
 
Histogram2(String, int, double, double, int, double, double, AbstractHistogram.HistogramOuterBounds) - Constructor for class de.gsi.dataset.spi.Histogram2
Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]
Histogram2D - Interface in de.gsi.dataset
 

I

increaseCapacity(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
 
increaseCapacity(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
increaseCapacity(int) - Method in class de.gsi.dataset.spi.FloatDataSet
 
increaseCapacity(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
IndexedNavigableMap<K,​V> - Interface in de.gsi.dataset.utils.trees
User: Vitaly Sazanovich Date: 07/02/13 Time: 19:28 Email: Vitaly.Sazanovich@gmail.com
IndexedNavigableSet<E> - Interface in de.gsi.dataset.utils.trees
User: Vitaly Sazanovich Date: 08/02/13 Time: 09:56 Email: Vitaly.Sazanovich@gmail.com
IndexedTreeMap<K,​V> - Class in de.gsi.dataset.utils.trees
A Red-Black tree based NavigableMap implementation.
IndexedTreeMap() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
Constructs a new, empty tree map, using the natural ordering of its keys.
IndexedTreeMap(Comparator<? super K>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
Constructs a new, empty tree map, ordered according to the given comparator.
IndexedTreeMap(Map<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural ordering of its keys.
IndexedTreeMap(SortedMap<K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
IndexedTreeMap.AscendingSubMap<K,​V> - Class in de.gsi.dataset.utils.trees
 
IndexedTreeMap.AscendingSubMap.AscendingEntrySetView - Class in de.gsi.dataset.utils.trees
 
IndexedTreeMap.Entry<K,​V> - Class in de.gsi.dataset.utils.trees
Node in the Tree.
IndexedTreeMap.EntryIterator - Class in de.gsi.dataset.utils.trees
 
IndexedTreeMap.PrivateEntryIterator<T> - Class in de.gsi.dataset.utils.trees
Base class for IndexedTreeMap Iterators
IndexedTreeMap.ValueIterator - Class in de.gsi.dataset.utils.trees
 
IndexedTreeSet<E> - Class in de.gsi.dataset.utils.trees
A NavigableSet implementation based on a IndexedTreeMap.
IndexedTreeSet() - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
Constructs a new, empty tree set, sorted according to the natural ordering of its elements.
IndexedTreeSet(Collection<? extends E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
IndexedTreeSet(Comparator<? super E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
IndexedTreeSet(SortedSet<E>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
indexInBounds(int, int) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the index is >= 0 and < bounds
indexInBounds(int, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the index is >= 0 and < bounds
indexOrder(int, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the index1 <= index2
indexOrder(int, String, int, String) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the index1 <= index2
infoList - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
initialCapacity - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
INSTANTANEOUS_RATE - de.gsi.dataset.event.EventRateLimiter.UpdateStrategy
 
INTEGRAL - de.gsi.dataset.spi.DimReductionDataSet.Option
 
integralSimple(DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
IntStringMap - Class in de.gsi.dataset.spi.utils
 
IntStringMap(int, float) - Constructor for class de.gsi.dataset.spi.utils.IntStringMap
 
InvalidatedEvent - Class in de.gsi.dataset.event
InvalidatedEvent class that is passed along the notification performed by the EventSource class.
InvalidatedEvent(EventSource) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
generates new update event
InvalidatedEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
generates new update event
InvalidatedEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.InvalidatedEvent
generates new update event
invokeListener() - Method in interface de.gsi.dataset.event.EventSource
invoke object within update listener list
invokeListener(UpdateEvent) - Method in interface de.gsi.dataset.event.EventSource
invoke object within update listener list
invokeListener(UpdateEvent, boolean) - Method in interface de.gsi.dataset.event.EventSource
invoke object within update listener list
isAcceptable(int, double...) - Method in interface de.gsi.dataset.EditConstraints
Determines if the specified point can be accepted by the data set.
isAutoNotification() - Method in interface de.gsi.dataset.event.EventSource
Checks it automatic notification is enabled.
isBufferFlipped() - Method in class de.gsi.dataset.utils.CircularBuffer
 
isBufferFlipped() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
isDefined() - Method in interface de.gsi.dataset.AxisDescription
Determines if axis range is defined - ie.
isDefined() - Method in class de.gsi.dataset.spi.DataRange
Determines if this DataRange is defined - min and max values are defined.
isEditable(int) - Method in interface de.gsi.dataset.EditConstraints
 
isEmpty() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
isEmpty() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
isEmpty() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
isEmpty() - Method in exception de.gsi.dataset.utils.AggregateException
 
isEmpty() - Method in class de.gsi.dataset.utils.Cache
 
isEmpty() - Method in class de.gsi.dataset.utils.SoftHashMap
 
isEmpty() - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation returns size() == 0.
isEmpty() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns true if this set contains no elements.
isEquiDistant() - Method in interface de.gsi.dataset.Histogram
 
isEquiDistant() - Method in class de.gsi.dataset.spi.AbstractHistogram
 
isHorizontal - Variable in class de.gsi.dataset.spi.Histogram
 
isMaxDefined() - Method in class de.gsi.dataset.spi.DataRange
Determines if max value has been defined.
isMinDefined() - Method in class de.gsi.dataset.spi.DataRange
Determines if min value has been defined.
isSubtractOffset() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
isTransposed() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
iterator() - Method in class de.gsi.dataset.utils.CacheCollection
 
iterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
 
iterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns an iterator over the elements in this set in ascending order.

K

key - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
key(IndexedTreeMap.Entry<K, ?>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the key corresponding to the specified Entry.
keyIndex(K) - Method in interface de.gsi.dataset.utils.trees.IndexedNavigableMap
Searches the specified tree map for the specified key using the put algorithm.
keyIndex(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
keyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
keyIterator() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
keyOrNull(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Return key for entry, or null if null
keySet() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
keySet() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
keySet() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
keySet() - Method in class de.gsi.dataset.utils.Cache
 
keySet() - Method in class de.gsi.dataset.utils.SoftHashMap
 
keySet() - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation returns a set that subclasses AbstractSet.
keySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns a Set view of the keys contained in this map.

L

label - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
LabelledMarker - Class in de.gsi.dataset.spi
A utility class containing all information about a marker used with a LabbeledMarkerRenderer.
LabelledMarker(double, String) - Constructor for class de.gsi.dataset.spi.LabelledMarker
 
LabelledMarker(double, String, String) - Constructor for class de.gsi.dataset.spi.LabelledMarker
 
LabelledMarker(double, String, String, double) - Constructor for class de.gsi.dataset.spi.LabelledMarker
 
LabelledMarkerDataSet - Class in de.gsi.dataset.spi
Minor extension to DefaultDataSet to easier handle labeled markers.
LabelledMarkerDataSet(String) - Constructor for class de.gsi.dataset.spi.LabelledMarkerDataSet
 
last() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
lastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
lastKey() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
lastReturned - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
left - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
LimitedIndexedTreeDataSet - Class in de.gsi.dataset.spi
DataSet implementation based on a sorted indexed TreeDataSets.
LimitedIndexedTreeDataSet(String, int) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Creates a new instance of DefaultDataSet.
LimitedIndexedTreeDataSet(String, int, double) - Constructor for class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Creates a new instance of DefaultDataSet.
LimitedIndexedTreeDataSet.DataAtom - Class in de.gsi.dataset.spi
 
LimitedQueue<E> - Class in de.gsi.dataset.utils
 
LimitedQueue(int) - Constructor for class de.gsi.dataset.utils.LimitedQueue
 
list - Variable in class de.gsi.dataset.spi.FragmentedDataSet
 
lock() - Method in interface de.gsi.dataset.DataSet
 
lock() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
lock() - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
 
lock() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
lock() - Method in interface de.gsi.dataset.utils.AggregateException.PrintStreamOrWriter
Returns the object to be locked when using this StreamOrWriter
lock() - Method in class de.gsi.dataset.utils.AggregateException.WrappedPrintStream
 
lock() - Method in class de.gsi.dataset.utils.AggregateException.WrappedPrintWriter
 
loggerOutput - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
lower(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
lowerEntry(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
lowerKey(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 

M

MARKER - Static variable in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
MathUtils - Class in de.gsi.dataset.spi.utils
small helper class from: https://floating-point-gui.de/errors/NearlyEqualsTest.java
max - Variable in class de.gsi.dataset.spi.DataRange
 
MAX - de.gsi.dataset.spi.DimReductionDataSet.Option
 
maxDistance - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
maxLength - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
maxQueueSize - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
mean(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
MEAN - de.gsi.dataset.spi.DimReductionDataSet.Option
 
metaInfoMap - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
min - Variable in class de.gsi.dataset.spi.DataRange
 
MIN - de.gsi.dataset.spi.DimReductionDataSet.Option
 
MultiArray<T> - Class in de.gsi.dataset.spi.utils
Multi-dimensional arrays of any type.
MultiArray(T, int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArray
 
MultiArray1DBoolean(boolean[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray1DBoolean
 
MultiArray1DByte(byte[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray1DByte
 
MultiArray1DChar(char[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray1DChar
 
MultiArray1DDouble(double[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray1DDouble
 
MultiArray1DFloat(float[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray1DFloat
 
MultiArray1DInt(int[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray1DInt
 
MultiArray1DLong(long[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray1DLong
 
MultiArray1DObject(U[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray1DObject
 
MultiArray1DShort(short[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray1DShort
 
MultiArray2DBoolean(boolean[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray2DBoolean
 
MultiArray2DByte(byte[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray2DByte
 
MultiArray2DChar(char[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray2DChar
 
MultiArray2DDouble(double[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray2DDouble
 
MultiArray2DFloat(float[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray2DFloat
 
MultiArray2DInt(int[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray2DInt
 
MultiArray2DLong(long[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray2DLong
 
MultiArray2DObject(U[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray2DObject
 
MultiArray2DShort(short[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray2DShort
 
MultiArrayBoolean - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for boolean values.
MultiArrayBoolean(boolean[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
MultiArrayBoolean.MultiArray1DBoolean - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayBoolean.MultiArray2DBoolean - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayByte - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for byte values.
MultiArrayByte(byte[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayByte
 
MultiArrayByte.MultiArray1DByte - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayByte.MultiArray2DByte - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayChar - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for char values.
MultiArrayChar(char[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayChar
 
MultiArrayChar.MultiArray1DChar - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayChar.MultiArray2DChar - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayDouble - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for double values.
MultiArrayDouble(double[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayDouble
 
MultiArrayDouble.MultiArray1DDouble - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayDouble.MultiArray2DDouble - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayFloat - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for float values.
MultiArrayFloat(float[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayFloat
 
MultiArrayFloat.MultiArray1DFloat - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayFloat.MultiArray2DFloat - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayInt - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for int values.
MultiArrayInt(int[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayInt
 
MultiArrayInt.MultiArray1DInt - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayInt.MultiArray2DInt - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayLong - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for long values.
MultiArrayLong(long[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayLong
 
MultiArrayLong.MultiArray1DLong - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayLong.MultiArray2DLong - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayObject<U> - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for U values.
MultiArrayObject(U[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayObject
 
MultiArrayObject.MultiArray1DObject<U> - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayObject.MultiArray2DObject<U> - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiArrayShort - Class in de.gsi.dataset.spi.utils
Implementation of MultiArray for short values.
MultiArrayShort(short[], int[], int) - Constructor for class de.gsi.dataset.spi.utils.MultiArrayShort
 
MultiArrayShort.MultiArray1DShort - Class in de.gsi.dataset.spi.utils
Specialisation for the 1D case to allow for easier and more efficient usage
MultiArrayShort.MultiArray2DShort - Class in de.gsi.dataset.spi.utils
Specialisation for the 2D case to allow for easier and more efficient usage
MultiDimDoubleDataSet - Class in de.gsi.dataset.spi
Implementation of the DataSet interface which stores x,y,...
MultiDimDoubleDataSet(DataSet) - Constructor for class de.gsi.dataset.spi.MultiDimDoubleDataSet
Creates a new instance of MultiDimDoubleDataSet as copy of another (deep-copy).
MultiDimDoubleDataSet(String, boolean, double[]...) - Constructor for class de.gsi.dataset.spi.MultiDimDoubleDataSet
Creates a new instance of MultiDimDoubleDataSet.
MultiDimDoubleDataSet(String, int) - Constructor for class de.gsi.dataset.spi.MultiDimDoubleDataSet
Creates a new instance of MultiDimDoubleDataSet.
MultiDimDoubleDataSet(String, int, int) - Constructor for class de.gsi.dataset.spi.MultiDimDoubleDataSet
Creates a new instance of MultiDimDoubleDataSet.
myRandom(double, double) - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 

N

name - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
navigableKeySet() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
nAxisBins - Variable in class de.gsi.dataset.spi.AbstractHistogram
 
nDims - Variable in class de.gsi.dataset.spi.TransposedDataSet
 
nearlyEqual(double, double) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
nearlyEqual(double, double, double) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
nearlyEqual(float, float) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
nearlyEqual(float, float, float) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
newThread(Runnable) - Method in class de.gsi.dataset.utils.CachedDaemonThreadFactory
 
next - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
next() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.EntryIterator
 
next() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.ValueIterator
 
nextEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
nextGaussian() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
nextPowerOfTwo(long) - Static method in class de.gsi.dataset.spi.utils.HashMapHelper
Return the least power of two greater than or equal to the specified value.
NO_DATASET - Static variable in class de.gsi.dataset.utils.DataSetUtils
 
NO_ERROR - de.gsi.dataset.DataSetError.ErrorType
 
NoDuplicatesList<E> - Class in de.gsi.dataset.utils
 
NoDuplicatesList() - Constructor for class de.gsi.dataset.utils.NoDuplicatesList
 
NONE - de.gsi.dataset.utils.DataSetUtils.Compression
Plaintext csv data
nonEmptyArray(String, boolean[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
nonEmptyArray(String, byte[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
nonEmptyArray(String, double[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
nonEmptyArray(String, float[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
nonEmptyArray(String, int[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
nonEmptyArray(String, Object[]) - Static method in class de.gsi.dataset.utils.AssertUtils
 
notNull(String, T) - Static method in class de.gsi.dataset.utils.AssertUtils
Checks if the object is not null.

O

ObjectObjectMap<K,​V> - Class in de.gsi.dataset.spi.utils
 
ObjectObjectMap(int, float) - Constructor for class de.gsi.dataset.spi.utils.ObjectObjectMap
 
offset - Variable in class de.gsi.dataset.spi.utils.MultiArray
 

P

parent - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
permutation - Variable in class de.gsi.dataset.spi.TransposedDataSet
 
permute(DataSet, int[]) - Static method in class de.gsi.dataset.spi.TransposedDataSet
 
phiMix(int) - Static method in class de.gsi.dataset.spi.utils.HashMapHelper
 
pollFirst() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
pollFirstEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
pollLast() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
pollLastEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
position() - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
position(int) - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
predecessor(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the predecessor of the specified Entry, or null if no such.
prevEntry() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
printEnclosedStackTrace(Throwable, AggregateException.PrintStreamOrWriter, StackTraceElement[], String, String, Set<Throwable>) - Static method in exception de.gsi.dataset.utils.AggregateException
Print our stack trace as an enclosed exception for the specified stack trace.
println(Object) - Method in interface de.gsi.dataset.utils.AggregateException.PrintStreamOrWriter
Prints the specified string msg as a line on this StreamOrWriter
println(Object) - Method in class de.gsi.dataset.utils.AggregateException.WrappedPrintStream
 
println(Object) - Method in class de.gsi.dataset.utils.AggregateException.WrappedPrintWriter
 
printStackTrace(PrintStream) - Method in exception de.gsi.dataset.utils.AggregateException
Prints this throwable and its backtrace to the specified print stream.
PrivateEntryIterator(IndexedTreeMap.Entry<K, V>) - Constructor for class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
ProcessingProfiler - Class in de.gsi.dataset.utils
Small utility class to measure ns-level processing delays
put(double) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
add new element
put(double) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
put(double[], int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
add multiple new elements
put(double[], int) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
put(double[], int, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
add multiple new elements
put(E) - Method in class de.gsi.dataset.utils.CircularBuffer
 
put(E) - Method in class de.gsi.dataset.utils.RingBuffer
add new element
put(E[], int) - Method in class de.gsi.dataset.utils.CircularBuffer
add multiple new elements
put(E[], int) - Method in class de.gsi.dataset.utils.RingBuffer
 
put(E[], int, int) - Method in class de.gsi.dataset.utils.CircularBuffer
add multiple new elements
put(Integer, String) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
put(Integer, String) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
put(K, V) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
put(K, V) - Method in class de.gsi.dataset.utils.Cache
 
put(K, V) - Method in class de.gsi.dataset.utils.SoftHashMap
Creates a new entry, but wraps the value in a SoftValue instance to enable auto garbage collection.
put(K, V) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation always throws an UnsupportedOperationException.
put(K, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends Integer, ? extends String>) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
putAll(Map<? extends Integer, ? extends String>) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.SoftHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.trees.AbstractMap
putAll(Map<? extends K, ? extends V>) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Copies all of the mappings from the specified map to this map.
putIfAbsent(K, V) - Method in class de.gsi.dataset.utils.Cache
 

R

random() - Static method in class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
RandomDataGenerator - Class in de.gsi.dataset.testdata.spi
Generates arrays with random data.
RandomDataGenerator() - Constructor for class de.gsi.dataset.testdata.spi.RandomDataGenerator
 
RandomStepFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a random step function
RandomStepFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomStepFunction
 
RandomWalkFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a random walk (Brownian noise) function.
RandomWalkFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.RandomWalkFunction
 
reachedSplit() - Method in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
read() - Method in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
read(byte[]) - Method in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
read(byte[], int, int) - Method in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
readDataSetFromByteArray(byte[]) - Static method in class de.gsi.dataset.utils.DataSetUtils
Read a Dataset from a byte array containing comma separated values.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header.
readDataSetFromFile(String) - Static method in class de.gsi.dataset.utils.DataSetUtils
Read a Dataset from a file containing comma separated values.
Automatically determines compression from the file extension.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header.
readDataSetFromFile(String, DataSetUtils.Compression) - Static method in class de.gsi.dataset.utils.DataSetUtils
Read a Dataset from a file containing comma separated values.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header.
readDataSetFromStream(DataSetUtils.SplitCharByteInputStream) - Static method in class de.gsi.dataset.utils.DataSetUtils
Read a Dataset from a stream containing comma separated values.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header.
readDoubleArrayFromBuffer(FloatBuffer, DoubleBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
readLock() - Method in interface de.gsi.dataset.locks.DataSetLock
reentrant read-lock
readLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
readLockGuard(Runnable) - Method in interface de.gsi.dataset.locks.DataSetLock
 
readLockGuard(Runnable) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
readLockGuard(Supplier<R>) - Method in interface de.gsi.dataset.locks.DataSetLock
 
readLockGuard(Supplier<R>) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
readLockGuardOptimistic(Runnable) - Method in interface de.gsi.dataset.locks.DataSetLock
 
readLockGuardOptimistic(Runnable) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
readLockGuardOptimistic(Supplier<R>) - Method in interface de.gsi.dataset.locks.DataSetLock
 
readLockGuardOptimistic(Supplier<R>) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
readNumericDataFromFile(BufferedReader, String, boolean, int) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
readTreeSet(int, ObjectInputStream, V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Intended to be called only from IndexedTreeSet.readObject
readUnLock() - Method in interface de.gsi.dataset.locks.DataSetLock
 
readUnLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
recomputeLimits(int) - Method in interface de.gsi.dataset.DataSet
 
recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
Computes limits (ranges) of this DataSet including data point errors.
recomputeLimits(int) - Method in class de.gsi.dataset.spi.AbstractGridDataSet
 
recomputeLimits(int) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
relativeEpsilon(double, double) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
relativeEpsilon(float, float) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
release(String, boolean[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, byte[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, double[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, float[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, int[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, long[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, short[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, String[]) - Static method in class de.gsi.dataset.utils.ArrayCache
Returns ownership of array to cache
release(String, StringBuilder) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
release(String, ByteBuffer) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
remainingCapacity() - Method in class de.gsi.dataset.utils.CircularBuffer
 
remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
remainingCapacity() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
remainingCapacity() - Method in class de.gsi.dataset.utils.RingBuffer
 
remove() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.PrivateEntryIterator
 
remove(int) - Method in interface de.gsi.dataset.EditableDataSet
remove point from data set
remove(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
remove point from data set
remove(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
remove(int) - Method in class de.gsi.dataset.spi.FloatDataSet
remove point from data set
remove(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
remove point from data set
remove(int[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Removes from this data set points with specified indices.
remove(int, int) - Method in class de.gsi.dataset.spi.DoubleDataSet
removes sub-range of data points
remove(int, int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
remove sub-range of data points
remove(int, int) - Method in class de.gsi.dataset.spi.FloatDataSet
removes sub-range of data points
remove(int, int) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
remove sub-range of data (marker) points
remove(int, int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
remove sub-range of data points
remove(int, int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
removes sub-range of data points
remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
Removes elements of this list using optimised system calls.
remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
Removes elements of this list using optimised system calls.
remove(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
Removes elements of this list using optimised system calls.
remove(Object) - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
remove(Object) - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
remove(Object) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
remove(Object) - Method in class de.gsi.dataset.utils.Cache
 
remove(Object) - Method in class de.gsi.dataset.utils.CacheCollection
 
remove(Object) - Method in class de.gsi.dataset.utils.SoftHashMap
 
remove(Object) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Removes the mapping for a key from this soft hash map if it is present.
remove(Object) - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation iterates over entrySet() searching for an entry with the specified key.
remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Removes the mapping for this key from this IndexedTreeMap if present.
remove(Object) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Removes the specified element from this set if it is present.
removeAll(Collection<?>) - Method in class de.gsi.dataset.utils.trees.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeDataLabel(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
removeDataLabel(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
removeDataLabel(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
remove a custom data label for a point The label can be used as a category name if CategoryStepsDefinition is used or for annotations displayed for data points.
RemovedDataEvent - Class in de.gsi.dataset.event
RemovedDataEvent class that is passed along the notification performed by the EventSource class.
RemovedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
generates new update event
RemovedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
generates new update event
RemovedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.RemovedDataEvent
generates new update event
removeListener(EventListener) - Method in interface de.gsi.dataset.event.EventSource
Removes the given listener from the list of listeners, that are notified whenever the value of the UpdateSource becomes invalid.
removeStyle(int) - Method in class de.gsi.dataset.spi.AbstractDataSet
A string representation of the CSS style associated with this specific DataSet data point.
removeStyle(int) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
removeStyle(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
A string representation of the CSS style associated with this specific DataSet data point.
replace(double) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
replace(double, int) - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
replace(E) - Method in class de.gsi.dataset.utils.CircularBuffer
 
replace(E, int) - Method in class de.gsi.dataset.utils.CircularBuffer
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class de.gsi.dataset.utils.SoftKeyHashMap
 
reset() - Method in interface de.gsi.dataset.Histogram
reset histogram content
reset() - Method in class de.gsi.dataset.spi.AbstractHistogram
 
reset() - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
resets all data
reset() - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
remove all data points
reset() - Method in class de.gsi.dataset.spi.Histogram
 
reset() - Method in class de.gsi.dataset.spi.Histogram2
 
reset() - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
removes all data points
reset() - Method in class de.gsi.dataset.utils.CircularBuffer
resets buffer
reset() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
resets and clears buffer
reset() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
resets and clears buffer
reset() - Method in class de.gsi.dataset.utils.RingBuffer
clear all data and resets buffer
resize(int) - Method in class de.gsi.dataset.spi.DoubleDataSet
ensures minimum size, enlarges if necessary
resize(int) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
ensures minimum size, enlarges if necessary
resize(int) - Method in class de.gsi.dataset.spi.FloatDataSet
ensures minimum size, enlarges if necessary
resize(int) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
ensures minimum size, enlarges if necessary
right - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
RingBuffer<E> - Class in de.gsi.dataset.utils
simple circular ring buffer implementation for generic Object type (with read/write position)
RingBuffer(int) - Constructor for class de.gsi.dataset.utils.RingBuffer
 
rnd - Static variable in class de.gsi.dataset.testdata.spi.RandomStepFunction
 
rnd - Static variable in class de.gsi.dataset.testdata.spi.SingleOutlierFunction
 
RollingDataSet - Class in de.gsi.dataset.spi
 
RollingDataSet(String) - Constructor for class de.gsi.dataset.spi.RollingDataSet
 
rootMeanSquare(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
run() - Method in class de.gsi.dataset.event.EventRateLimiter.DelayedUpdateTask
 

S

set(boolean, double[][], double[]...) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
set(double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Initialises the data set with specified data.
set(double[][], boolean) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Initialises the data set with specified data.
set(double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
Initialises the data set with specified data.
set(double[], double[]) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Initialises the data set with specified data.
set(double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
Initialises the data set with specified data.
set(double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Initialises the data set with specified data.
set(double[], double[], double[], double[], boolean) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Initialises the data set with specified data.
set(double[], double[], double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Initialises the data set with specified data.
set(double[], double[], double[], double[], int, boolean) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Initialises the data set with specified data.
set(double[], double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Initialises the data set with specified data.
set(double[], double[], int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Initialises the data set with specified data.
set(double[], double[], int, boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
Initialises the data set with specified data.
set(double, double) - Method in interface de.gsi.dataset.AxisDescription
Sets min and max values for this range.
set(double, double) - Method in class de.gsi.dataset.spi.DataRange
Sets min and max values for this range.
set(double, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
set(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePoint
 
set(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
set(double, double, double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
set(double, double, double, double, String...) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
set(float[], float[]) - Method in class de.gsi.dataset.spi.FloatDataSet
Initialises the data set with specified data.
set(float[], float[], boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
Initialises the data set with specified data.
set(float[], float[], int, boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
Initialises the data set with specified data.
set(int[], boolean) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
Set a value in the MultiArray for given indices
set(int[], byte) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
Set a value in the MultiArray for given indices
set(int[], char) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
Set a value in the MultiArray for given indices
set(int[], double) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
Set a value in the MultiArray for given indices
set(int[], float) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
Set a value in the MultiArray for given indices
set(int[], int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
Set a value in the MultiArray for given indices
set(int[], long) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
Set a value in the MultiArray for given indices
set(int[], short) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
Set a value in the MultiArray for given indices
set(int[], U) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
Set a value in the MultiArray for given indices
set(int, boolean) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray1DBoolean
 
set(int, byte) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray1DByte
 
set(int, char) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray1DChar
 
set(int, double) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray1DDouble
 
set(int, double...) - Method in interface de.gsi.dataset.EditableDataSet
modify point in the the data set
set(int, double...) - Method in class de.gsi.dataset.spi.DoubleDataSet
replaces point coordinate of existing data point
set(int, double...) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
replaces point coordinate of existing data point
set(int, double...) - Method in class de.gsi.dataset.spi.FloatDataSet
replaces point coordinate of existing data point
set(int, double...) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
replaces point coordinate of existing data point
set(int, double[][]) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Sets the values of the DataSet from index onwards.
set(int, double[], double[]) - Method in class de.gsi.dataset.spi.DoubleDataSet
 
set(int, double[], double[]) - Method in class de.gsi.dataset.spi.FloatDataSet
 
set(int, double[], double[], double[], double[]) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
 
set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleDataSet
replaces point coordinate of existing data point
set(int, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
replaces point coordinate of existing data point
set(int, double, double) - Method in class de.gsi.dataset.spi.FloatDataSet
 
set(int, double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Sets the point with index to the new coordinate
set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
replaces point coordinate of existing data point
set(int, double, double, double, double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
Sets the point with index to the new coordinate
set(int, float) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray1DFloat
 
set(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray1DInt
 
set(int, int[], double) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
Sets a single value on the grid
set(int, int, boolean) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean.MultiArray2DBoolean
 
set(int, int, byte) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte.MultiArray2DByte
 
set(int, int, char) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar.MultiArray2DChar
 
set(int, int, double) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble.MultiArray2DDouble
 
set(int, int, float) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray2DFloat
 
set(int, int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt.MultiArray2DInt
 
set(int, int, long) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray2DLong
 
set(int, int, short) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray2DShort
 
set(int, int, U) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray2DObject
 
set(int, long) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong.MultiArray1DLong
 
set(int, short) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort.MultiArray1DShort
 
set(int, LabelledMarker) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
replaces existing data marker with new marker value
set(int, U) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject.MultiArray1DObject
 
set(AxisDescription) - Method in interface de.gsi.dataset.AxisDescription
Sets updates this AxisDescription with the specified other one.
set(DataSet) - Method in interface de.gsi.dataset.DataSet
 
set(DataSet, boolean) - Method in interface de.gsi.dataset.DataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.DoubleDataSet
clear old data and overwrite with data from 'other' data set
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
clear old data and overwrite with data from 'other' data set (deep copy)
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.DoubleGridDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.FloatDataSet
clear old data and overwrite with data from 'other' data set (deep copy)
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.FragmentedDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.Histogram
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.Histogram2
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
clear old data and overwrite with data from 'other' data set (deep copy)
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.spi.WrappedDataSet
 
set(DataSet, boolean) - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
set(DataRange) - Method in class de.gsi.dataset.spi.DataRange
Sets updates range to the specified one.
set(DataRange) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
set(LabelledMarker[]) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
replaces existing with new marker values
set(String, String...) - Method in interface de.gsi.dataset.AxisDescription
 
set(String, String...) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
set(String, String, double, double) - Method in interface de.gsi.dataset.AxisDescription
 
set(String, String, double, double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
set(List<LabelledMarker>) - Method in class de.gsi.dataset.spi.LabelledMarkerDataSet
replaces existing with new marker values
setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
 
setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
setAll(StringHashMapList) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
 
setAverageSize(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
 
setAxisMax(int, double) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setAxisMin(int, double) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setAxisName(int, String) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setAxisUnit(int, String) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setColor(String) - Method in class de.gsi.dataset.spi.LabelledMarker
 
setDataLabelMap(Map<Integer, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setDataset(DataSet) - Method in class de.gsi.dataset.spi.WrappedDataSet
update/overwrite internal data set with content from other data set
setDataStyleMap(Map<Integer, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setDebugState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether diagnostics time-marks are taken or the routine to be skipped
setDefaultColor(String) - Static method in class de.gsi.dataset.spi.LabelledMarker
 
setDefaultFontSize(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
 
setDefaultLineWidth(double) - Static method in class de.gsi.dataset.spi.LabelledMarker
 
setDepth(int) - Method in class de.gsi.dataset.spi.RollingDataSet
 
setDimension(int) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setEditConstraints(EditConstraints) - Method in interface de.gsi.dataset.EditableDataSet
 
setEditConstraints(EditConstraints) - Method in class de.gsi.dataset.spi.AbstractDataSet
 
setEnableErrors(boolean) - Method in class de.gsi.dataset.spi.DataSetBuilder
Determines wether an error DataSet should be returned.
setError(double, double) - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
setErrorType(int, DataSetError.ErrorType) - Method in class de.gsi.dataset.spi.AbstractErrorDataSet
sets the error type of the data set for the given dimension index
setExportMetaDataByDefault(boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
setFontSize(double) - Method in class de.gsi.dataset.spi.LabelledMarker
 
setFuzzyCount(int) - Method in class de.gsi.dataset.spi.AveragingDataSet
Sets the fuzzy count.
setInitalCapacity(int...) - Method in class de.gsi.dataset.spi.DataSetBuilder
Sets the initial size of the dataset.
setLabel(String) - Method in class de.gsi.dataset.spi.LabelledMarker
 
setLimit(int) - Method in class de.gsi.dataset.utils.LimitedQueue
 
setLineWidth(double) - Method in class de.gsi.dataset.spi.LabelledMarker
 
setLoggerOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
setMax(double) - Method in interface de.gsi.dataset.AxisDescription
Sets max value for this range.
setMax(double) - Method in class de.gsi.dataset.spi.DataRange
Sets max value for this range.
setMax(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
setMaxDistance(double) - Method in class de.gsi.dataset.spi.FifoDoubleErrorDataSet
 
setMaxLength(double) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
setMaxQueueSize(int) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
setMaxValue(double) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
setMetaErrorList(String...) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setMetaInfoList(String...) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setMetaInfoMap(Map<String, String>) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setMetaWarningList(String...) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setMin(double) - Method in interface de.gsi.dataset.AxisDescription
Sets min value for this range.
setMin(double) - Method in class de.gsi.dataset.spi.DataRange
Sets min value for this range.
setMin(double) - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
setMinValue(double) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
setName(String) - Method in interface de.gsi.dataset.EditableDataSet
 
setName(String) - Method in class de.gsi.dataset.spi.AbstractDataSet
Sets the name of data set (meta data)
setName(String) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setNegError(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setNegError(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setNegErrorNoCopy(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setNegErrorNoCopy(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setPermutation(int[]) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
setPermutation(int[]) - Method in class de.gsi.dataset.spi.TransposedDataSet.TransposedGridDataSet
 
setPosError(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setPosError(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setPosErrorNoCopy(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setPosErrorNoCopy(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setRange(double, double) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
setStrided(int, boolean) - Method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
Set a value in the backing array using linear indexing.
setStrided(int, byte) - Method in class de.gsi.dataset.spi.utils.MultiArrayByte
Set a value in the backing array using linear indexing.
setStrided(int, char) - Method in class de.gsi.dataset.spi.utils.MultiArrayChar
Set a value in the backing array using linear indexing.
setStrided(int, double) - Method in class de.gsi.dataset.spi.utils.MultiArrayDouble
Set a value in the backing array using linear indexing.
setStrided(int, float) - Method in class de.gsi.dataset.spi.utils.MultiArrayFloat
Set a value in the backing array using linear indexing.
setStrided(int, int) - Method in class de.gsi.dataset.spi.utils.MultiArrayInt
Set a value in the backing array using linear indexing.
setStrided(int, long) - Method in class de.gsi.dataset.spi.utils.MultiArrayLong
Set a value in the backing array using linear indexing.
setStrided(int, short) - Method in class de.gsi.dataset.spi.utils.MultiArrayShort
Set a value in the backing array using linear indexing.
setStrided(int, U) - Method in class de.gsi.dataset.spi.utils.MultiArrayObject
Set a value in the backing array using linear indexing.
setStyle(String) - Method in interface de.gsi.dataset.DataSet
A string representation of the CSS style associated with this specific DataSet.
setStyle(String) - Method in class de.gsi.dataset.spi.AbstractStylable
 
setStyle(String) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
setSubtractOffset(boolean) - Method in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
setTransposed(boolean) - Method in class de.gsi.dataset.spi.TransposedDataSet
 
setUseFloat(boolean) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setUseFloat32BinaryStandard(boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
Replaces the value currently associated with the key with the given value.
setValues(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setValues(int, double[][]) - Method in class de.gsi.dataset.spi.DataSetBuilder
Convenience function to use data given as nested arrays.
setValues(int, double[], boolean) - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Update the data for a given dimension
setValues(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setValuesNoCopy(int, double[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setValuesNoCopy(int, float[]) - Method in class de.gsi.dataset.spi.DataSetBuilder
 
setVerboseOutputState(boolean) - Static method in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether the statistics/time differences are output to the logger/console or not
setX(double) - Method in class de.gsi.dataset.spi.LabelledMarker
 
setY(double) - Method in class de.gsi.dataset.spi.LabelledMarker
 
shape - Variable in class de.gsi.dataset.spi.DoubleGridDataSet
 
shift(double) - Method in class de.gsi.dataset.spi.LabelledMarker
shift horizontal marker coordinate by shift parameter 'v'
shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList
shift elements all keys from starting index until the last toIndex.
shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
shift elements all keys from starting index until the last toIndex.
shiftKeys(int, int) - Method in class de.gsi.dataset.spi.utils.StringHashMapList3
shift elements all keys from starting index until the last toIndex.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleImmutableEntry(K, V) - Constructor for class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SincFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a sinc function
SincFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SincFunction
 
SineFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a sine function
SineFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
 
SineFunction(String, int, boolean) - Constructor for class de.gsi.dataset.testdata.spi.SineFunction
 
SingleOutlierFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a function with a single random outlier
SingleOutlierFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.SingleOutlierFunction
 
size() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
size() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
size() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
size() - Method in class de.gsi.dataset.utils.Cache
 
size() - Method in class de.gsi.dataset.utils.CacheCollection
 
size() - Method in class de.gsi.dataset.utils.SoftHashMap
 
size() - Method in class de.gsi.dataset.utils.SoftKeyHashMap
Returns the number of key-value mappings in this map.
size() - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation returns entrySet().size().
size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the number of key-value mappings in this map.
size() - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
Returns the number of elements in this set (its cardinality).
SLICE - de.gsi.dataset.spi.DimReductionDataSet.Option
 
SoftHashMap<K,​V> - Class in de.gsi.dataset.utils
A memory-constrained SoftHashMap that stores its values in SoftReferences.
SoftHashMap() - Constructor for class de.gsi.dataset.utils.SoftHashMap
Creates a new SoftHashMap with a default retention size size of DEFAULT_RETENTION_SIZE (100 entries).
SoftHashMap(int) - Constructor for class de.gsi.dataset.utils.SoftHashMap
Creates a new SoftHashMap with the specified retention size.
SoftHashMap(Map<K, V>) - Constructor for class de.gsi.dataset.utils.SoftHashMap
Creates a SoftHashMap backed by the specified source, with a default retention size of SoftHashMap.DEFAULT_RETENTION_SIZE (100 entries).
SoftHashMap(Map<K, V>, int) - Constructor for class de.gsi.dataset.utils.SoftHashMap
Creates a SoftHashMap backed by the specified source, with the specified retention size.
SoftKeyHashMap<K,​V> - Class in de.gsi.dataset.utils
Hash table based implementation of the Map interface, with weak (SoftReference) keys.
SoftKeyHashMap() - Constructor for class de.gsi.dataset.utils.SoftKeyHashMap
Constructs a new, empty SoftHashMap with the default initial capacity (16) and load factor (0.75).
SoftKeyHashMap(int) - Constructor for class de.gsi.dataset.utils.SoftKeyHashMap
Constructs a new, empty SoftHashMap with the given initial capacity and the default load factor (0.75).
SoftKeyHashMap(int, float) - Constructor for class de.gsi.dataset.utils.SoftKeyHashMap
Constructs a new, empty SoftHashMap with the given initial capacity and the given load factor.
SoftKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class de.gsi.dataset.utils.SoftKeyHashMap
Constructs a new SoftHashMap with the same mappings as the specified map.
SplitCharByteInputStream(PushbackInputStream) - Constructor for class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
strides - Variable in class de.gsi.dataset.spi.utils.MultiArray
 
STRING_BUFFER_CACHE_LOCK - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
 
stringBuilderCache - Static variable in class de.gsi.dataset.utils.DataSetUtilsHelper
 
StringHashMapList - Class in de.gsi.dataset.spi.utils
 
StringHashMapList() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList
 
StringHashMapList2 - Class in de.gsi.dataset.spi.utils
 
StringHashMapList2() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList2
 
StringHashMapList3 - Class in de.gsi.dataset.spi.utils
 
StringHashMapList3() - Constructor for class de.gsi.dataset.spi.utils.StringHashMapList3
 
style - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
 
style - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
subCeiling(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subFloor(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subHigher(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subHighest() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subLower(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subLowest() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subMap(K, boolean, K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
subMap(K, boolean, K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
subMap(K, K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
subSet(E, boolean, E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
subSet(E, E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
subtractOffset - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet
 
successor(IndexedTreeMap.Entry<K, V>) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns the successor of the specified Entry, or null if no such.
sumup() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
switchToBinary() - Method in class de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
 
SYMMETRIC - de.gsi.dataset.DataSetError.ErrorType
 

T

tag - Variable in class de.gsi.dataset.spi.FifoDoubleErrorDataSet.DataBlob
 
TAG_GAIN_RANGE - Static variable in interface de.gsi.dataset.DataSetMetaData
 
TAG_OVERSHOOT - Static variable in interface de.gsi.dataset.DataSetMetaData
 
TAG_UNDERSHOOT - Static variable in interface de.gsi.dataset.DataSetMetaData
 
tailMap(K) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
tailMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap
 
tailMap(K, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
 
tailSet(E) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
tailSet(E, boolean) - Method in class de.gsi.dataset.utils.trees.IndexedTreeSet
 
take() - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
take() - Method in class de.gsi.dataset.utils.RingBuffer
 
take(double[], int) - Method in class de.gsi.dataset.utils.DoubleRingBuffer
 
take(E[], int) - Method in class de.gsi.dataset.utils.RingBuffer
 
TestDataSet<D extends TestDataSet<D>> - Interface in de.gsi.dataset.testdata
Standard interface for test data set
threadsAreUnequal(Thread, Thread) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
toBoolPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toBytePrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toCharPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoubleArray(float[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
toDoublePrimitive(boolean[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(byte[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(char[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(float[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(int[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(long[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(short[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoublePrimitive(String[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toDoubles(float[]) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
toFloatArray(double[]) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
toFloatPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toFloats(double[]) - Static method in class de.gsi.dataset.spi.utils.MathUtils
 
toIntegerPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toLongPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(boolean[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(byte[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(char[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(double[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(float[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(int[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(long[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toObject(short[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Boolean[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Byte[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Character[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Double[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Float[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Integer[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Long[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toPrimitive(Short[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toShortPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
toString() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
toString() - Method in class de.gsi.dataset.spi.DataRange
 
toString() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
toString() - Method in class de.gsi.dataset.spi.utils.DoublePoint
 
toString() - Method in class de.gsi.dataset.spi.utils.DoublePointError
 
toString() - Method in class de.gsi.dataset.spi.utils.MultiArray
 
toString() - Method in class de.gsi.dataset.spi.utils.Tuple
 
toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class de.gsi.dataset.utils.trees.AbstractMap
Returns a string representation of this map.
toString() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
toStringPrimitive(Object[]) - Static method in class de.gsi.dataset.utils.GenericsHelper
 
transpose(DataSet) - Static method in class de.gsi.dataset.spi.TransposedDataSet
 
transpose(DataSet, boolean) - Static method in class de.gsi.dataset.spi.TransposedDataSet
 
TransposedDataSet - Class in de.gsi.dataset.spi
Allows permutation of the axes of an underlying DataSet, for applications like: - transposed display - reduction of multi-dimensional DataSets to lower dimensions To be able to handle different DataSet Interface types, the constructors are private and only accessible via the static class methods, which return the correct sub-type.
TransposedDataSet.TransposedGridDataSet - Class in de.gsi.dataset.spi
 
TriangleFunction - Class in de.gsi.dataset.testdata.spi
abstract error data set for graphical testing purposes this implementation generates a triangular function
TriangleFunction(String, int) - Constructor for class de.gsi.dataset.testdata.spi.TriangleFunction
Creates a triangular function which rises from zero to one and back.
TriangleFunction(String, int, double) - Constructor for class de.gsi.dataset.testdata.spi.TriangleFunction
Creates a triangular function which rises from offset to offset+1 and back.
trim() - Method in class de.gsi.dataset.spi.DoubleDataSet
Trims the arrays list so that the capacity is equal to the size.
trim() - Method in class de.gsi.dataset.spi.DoubleErrorDataSet
Trims the arrays list so that the capacity is equal to the size.
trim() - Method in class de.gsi.dataset.spi.FloatDataSet
Trims the arrays list so that the capacity is equal to the size.
trim() - Method in class de.gsi.dataset.spi.MultiDimDoubleDataSet
Trims the arrays list so that the capacity is equal to the size.
Triple<T,​U,​V> - Class in de.gsi.dataset.spi.utils
 
Triple(T, U, V) - Constructor for class de.gsi.dataset.spi.utils.Triple
 
Tuple<X,​Y> - Class in de.gsi.dataset.spi.utils
 
Tuple(X, Y) - Constructor for class de.gsi.dataset.spi.utils.Tuple
 

U

update() - Method in class de.gsi.dataset.testdata.spi.AbstractTestFunction
 
update() - Method in interface de.gsi.dataset.testdata.TestDataSet
generate a new set of numbers
UpdatedDataEvent - Class in de.gsi.dataset.event
UpdatedDataEvent class that is passed along the notification performed by the EventSource class.
UpdatedDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
generates new update event
UpdatedDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
generates new update event
UpdatedDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdatedDataEvent
generates new update event
UpdatedMetaDataEvent - Class in de.gsi.dataset.event
UpdatedMetaDataEvent class that is passed along the notification performed by the EventSource class.
UpdatedMetaDataEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
generates new update event
UpdatedMetaDataEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
generates new update event
UpdatedMetaDataEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdatedMetaDataEvent
generates new update event
UpdateEvent - Class in de.gsi.dataset.event
Event class that is passed along the notification performed by the EventSource class.
UpdateEvent(EventSource) - Constructor for class de.gsi.dataset.event.UpdateEvent
generates new update event
UpdateEvent(EventSource, String) - Constructor for class de.gsi.dataset.event.UpdateEvent
generates new update event
UpdateEvent(EventSource, String, Object) - Constructor for class de.gsi.dataset.event.UpdateEvent
generates new update event
updateEventListener() - Method in interface de.gsi.dataset.event.EventSource
 
updateEventListener() - Method in class de.gsi.dataset.spi.AbstractDataSet
 
updateEventListener() - Method in class de.gsi.dataset.spi.DefaultAxisDescription
 
updateEventListener() - Method in class de.gsi.dataset.spi.TransposedDataSet
 
updateMeanIntegral(boolean) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
updateMinMax(boolean) - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
updateSlice() - Method in class de.gsi.dataset.spi.DimReductionDataSet
 
updateWeight(int) - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
useExportMetaDataByDefault() - Static method in class de.gsi.dataset.utils.DataSetUtils
 
useFloat32BinaryStandard - Static variable in class de.gsi.dataset.utils.DataSetUtils
 
useFloat32BinaryStandard() - Static method in class de.gsi.dataset.utils.DataSetUtils
 

V

valEquals(Object, Object) - Static method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Test two values for equality.
value - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
valueOf(String) - Static method in enum de.gsi.dataset.DataSetError.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gsi.dataset.event.EventRateLimiter.UpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gsi.dataset.spi.DimReductionDataSet.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gsi.dataset.utils.DataSetUtils.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.gsi.dataset.utils.DataSetUtils.ErrType
Returns the enum constant of this type with the specified name.
values - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
values - Variable in class de.gsi.dataset.spi.DoubleGridDataSet
 
values - Variable in class de.gsi.dataset.spi.MultiDimDoubleDataSet
 
values() - Static method in enum de.gsi.dataset.DataSetError.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gsi.dataset.event.EventRateLimiter.UpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gsi.dataset.spi.DimReductionDataSet.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class de.gsi.dataset.spi.utils.IntStringMap
 
values() - Method in class de.gsi.dataset.spi.utils.ObjectObjectMap
 
values() - Method in class de.gsi.dataset.spi.utils.StringHashMapList2
 
values() - Method in class de.gsi.dataset.utils.Cache
 
values() - Static method in enum de.gsi.dataset.utils.DataSetUtils.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.gsi.dataset.utils.DataSetUtils.ErrType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class de.gsi.dataset.utils.SoftHashMap
 
values() - Method in class de.gsi.dataset.utils.trees.AbstractMap
This implementation returns a collection that subclasses AbstractCollection.
values() - Method in class de.gsi.dataset.utils.trees.IndexedTreeMap
Returns a Collection view of the values contained in this map.
valuesFloat - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
verboseOutput - Static variable in class de.gsi.dataset.utils.ProcessingProfiler
boolean flag controlling whether the statistics/time differences are output to the logger/console or not

W

warningList - Variable in class de.gsi.dataset.spi.DataSetBuilder
 
weight - Variable in class de.gsi.dataset.utils.trees.IndexedTreeMap.Entry
 
withLimit(int) - Method in class de.gsi.dataset.utils.Cache.CacheBuilder
 
withPostListener(BiConsumer<K2, V2>) - Method in class de.gsi.dataset.utils.Cache.CacheBuilder
 
withPreListener(BiConsumer<K2, V2>) - Method in class de.gsi.dataset.utils.Cache.CacheBuilder
 
withTimeout(long, TimeUnit) - Method in class de.gsi.dataset.utils.Cache.CacheBuilder
 
wrap(boolean[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
wrap(boolean[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
wrap(boolean[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
wrap(boolean[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayBoolean
 
wrap(byte[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
wrap(byte[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
wrap(byte[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
wrap(byte[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayByte
 
wrap(char[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
wrap(char[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
wrap(char[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
wrap(char[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayChar
 
wrap(double[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
wrap(double[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
wrap(double[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
wrap(double[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayDouble
 
wrap(float[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
wrap(float[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
wrap(float[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
wrap(float[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayFloat
 
wrap(int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
wrap(int[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
wrap(int[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
wrap(int[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayInt
 
wrap(long[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
wrap(long[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
wrap(long[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
wrap(long[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayLong
 
wrap(short[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
wrap(short[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
wrap(short[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
wrap(short[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayShort
 
wrap(O) - Static method in class de.gsi.dataset.spi.utils.MultiArray
Creates a 1D MultiArray of the given type if supported.
wrap(O, int) - Static method in class de.gsi.dataset.spi.utils.MultiArray
Creates a 1D MultiArray of the given type if supported.
wrap(O, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArray
Creates a MultiArray of the given type and dimension if supported
wrap(O, int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArray
Creates a MultiArray of the given type and dimension if supported
wrap(T[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
wrap(T[], int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
wrap(T[], int, int) - Static method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
wrap(T[], int, int[]) - Static method in class de.gsi.dataset.spi.utils.MultiArrayObject
 
WrappedDataSet - Class in de.gsi.dataset.spi
A data set implementation which wraps another data set.
WrappedDataSet(String) - Constructor for class de.gsi.dataset.spi.WrappedDataSet
 
write(byte[]) - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
write(int) - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
write(ByteBuffer) - Method in class de.gsi.dataset.utils.ByteBufferOutputStream
 
writeDataSetToByteArray(DataSet, ByteArrayOutputStream, boolean, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
Write data set into byte buffer.
writeDataSetToFile(DataSet, Path, String) - Static method in class de.gsi.dataset.utils.DataSetUtils
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface.
writeDataSetToFile(DataSet, Path, String, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface.
writeDataSetToFile(DataSet, Path, String, DataSetUtils.Compression) - Static method in class de.gsi.dataset.utils.DataSetUtils
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface.
writeDataSetToFile(DataSet, Path, String, DataSetUtils.Compression, boolean) - Static method in class de.gsi.dataset.utils.DataSetUtils
Export the contents of the supplied dataSet to file as comma separated values with an additional comment header containing metaData if existent.
The filename can contain placeholders of the form {metadatafield;type;format}, where metadatafield references a field in the metadata as specified by the metaDataDataSet interface.
writeDoubleArrayAsFloatToByteBuffer(ByteBuffer, double[], int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
writeDoubleArrayToByteBuffer(ByteBuffer, double[], int) - Static method in class de.gsi.dataset.utils.DataSetUtilsHelper
 
writeHeaderDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
writeLock() - Method in interface de.gsi.dataset.locks.DataSetLock
 
writeLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
writeLockGuard(Runnable) - Method in interface de.gsi.dataset.locks.DataSetLock
 
writeLockGuard(Runnable) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
writeLockGuard(Supplier<R>) - Method in interface de.gsi.dataset.locks.DataSetLock
 
writeLockGuard(Supplier<R>) - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 
writeMetaDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
writeNumericDataToStream(OutputStream, DataSet) - Static method in class de.gsi.dataset.utils.DataSetUtils
 
writePosition() - Method in class de.gsi.dataset.utils.CircularBuffer
 
writePosition() - Method in class de.gsi.dataset.utils.DoubleCircularBuffer
 
writeUnLock() - Method in interface de.gsi.dataset.locks.DataSetLock
 
writeUnLock() - Method in class de.gsi.dataset.locks.DefaultDataSetLock
 

X

x - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
x - Variable in class de.gsi.dataset.spi.utils.Tuple
 
xProjection - Variable in class de.gsi.dataset.spi.Histogram2
 
xValues - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
xValues - Variable in class de.gsi.dataset.spi.DoubleDataSet
 
xValues - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
 
xValues - Variable in class de.gsi.dataset.spi.FloatDataSet
 

Y

y - Variable in class de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
 
y - Variable in class de.gsi.dataset.spi.utils.Tuple
 
yErrorsNeg - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
yErrorsNeg - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
 
yErrorsPos - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
yErrorsPos - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
 
yProjection - Variable in class de.gsi.dataset.spi.Histogram2
 
yValues - Variable in class de.gsi.dataset.spi.CircularDoubleErrorDataSet
 
yValues - Variable in class de.gsi.dataset.spi.DoubleDataSet
 
yValues - Variable in class de.gsi.dataset.spi.DoubleErrorDataSet
 
yValues - Variable in class de.gsi.dataset.spi.FloatDataSet
 

Z

ZIP - de.gsi.dataset.utils.DataSetUtils.Compression
ZIP compression.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes All Packages