Package com.storedobject.chart
Class TimeData
java.lang.Object
- All Implemented Interfaces:
AbstractDataProvider<LocalDateTime>,ComponentPart,ComponentProperty,TimeDataProvider,Serializable,Cloneable,Iterable<LocalDateTime>,Collection<LocalDateTime>,List<LocalDateTime>,RandomAccess,SequencedCollection<LocalDateTime>
Time data provider. (A list-based data provider).
- Author:
- Syam
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.storedobject.chart.AbstractDataProvider
AbstractDataProvider.NumberComparator -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.AbstractData
asList, getDataType, getName, getSerial, setName, setSerial, streamMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.storedobject.chart.AbstractDataProvider
asList, create, create, encode, encodeJSON, getId, getMax, getMin, getName, stream, validateMethods inherited from interface java.util.Collection
parallelStream, toArrayMethods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, getSerial, setName, setRenderingIndex, setSerialMethods inherited from interface java.util.List
containsAll, reversedMethods inherited from interface com.storedobject.chart.TimeDataProvider
add, add, add, add, getComparator, getDataType
-
Constructor Details
-
TimeData
-