public class Series extends ArrayList<Double>
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
name |
private static long |
serialVersionUID
The unique class ID
|
modCount| Modifier and Type | Method and Description |
|---|---|
double |
max() |
double |
min() |
String |
name() |
Series |
setName(String s) |
Path |
toPath() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprivate static final long serialVersionUID
String name
public Series()
public Series(String name)
Copyright © 2017. All rights reserved.