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 SummaryFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends ForwardTransaction> c) intReturns the number of datapoints across all transactions in this set.Methods inherited from class java.util.ArrayListadd, 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, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Listadd, 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- 
BasicTransactionSetpublic BasicTransactionSet()
 
- 
- 
Method Details- 
getDataCountpublic int getDataCount()Returns the number of datapoints across all transactions in this set. Calculated on first call.- Specified by:
- getDataCountin interface- TransactionSet
 
- 
add- Specified by:
- addin interface- Collection<ForwardTransaction>
- Specified by:
- addin interface- List<ForwardTransaction>
- Overrides:
- addin class- ArrayList<ForwardTransaction>
 
- 
addAll- Specified by:
- addAllin interface- Collection<ForwardTransaction>
- Specified by:
- addAllin interface- List<ForwardTransaction>
- Overrides:
- addAllin class- ArrayList<ForwardTransaction>
 
 
-