public class DoubleFunctionThresholdCollection extends BaseCollection<DoubleFunctionThresholdDetails>
Constructor and Description |
---|
DoubleFunctionThresholdCollection() |
Modifier and Type | Method and Description |
---|---|
DoubleFunctionThresholdDetails |
add(double threshold)
Adds a threshold.
|
add, add, addAll, addAll, clear, clearItems, contains, containsAll, get, getItems, indexOf, insertItem, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeItem, retainAll, set, setItem, size, subList, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
@Nonnull public final DoubleFunctionThresholdDetails add(double threshold)
threshold
- The value of the threshold.