T
- the type of the instances.public class DataPointCollection<T extends DataPoint> extends ElementCollection<T> implements List<T>
DataPoint
instances only.Constructor and Description |
---|
DataPointCollection(ChartElement owner)
Initializes a new instance of the
DataPointCollection class. |
add, add, clear, remove, remove
addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public DataPointCollection(ChartElement owner)
DataPointCollection
class.owner
- the owner of the current data point collection instance.