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, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, stream@Nonnull public final DoubleFunctionThresholdDetails add(double threshold)
threshold - The value of the threshold.