Class BasicTransactionSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ForwardTransaction>
com.inductiveautomation.ignition.gateway.history.sf.BasicTransactionSet
- All Implemented Interfaces:
TransactionSet
,Serializable
,Cloneable
,Iterable<ForwardTransaction>
,Collection<ForwardTransaction>
,List<ForwardTransaction>
,RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends ForwardTransaction> c) int
Returns the number of datapoints across all transactions in this set.Methods inherited from class java.util.ArrayList
add, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, 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
-
Constructor Details
-
BasicTransactionSet
public BasicTransactionSet()
-
-
Method Details
-
getDataCount
public int getDataCount()Returns the number of datapoints across all transactions in this set. Calculated on first call.- Specified by:
getDataCount
in interfaceTransactionSet
-
add
- Specified by:
add
in interfaceCollection<ForwardTransaction>
- Specified by:
add
in interfaceList<ForwardTransaction>
- Overrides:
add
in classArrayList<ForwardTransaction>
-
addAll
- Specified by:
addAll
in interfaceCollection<ForwardTransaction>
- Specified by:
addAll
in interfaceList<ForwardTransaction>
- Overrides:
addAll
in classArrayList<ForwardTransaction>
-