Package com.thingworx.types.collections
Class ValueCollectionList
java.lang.Object
- All Implemented Interfaces:
IDiffableObject
,Serializable
,Cloneable
,Iterable<ValueCollection>
,Collection<ValueCollection>
,List<ValueCollection>
,RandomAccess
,SequencedCollection<ValueCollection>
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class ValueCollectionList
extends ArrayList<ValueCollection>
implements IDiffableObject
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(ValueCollection values) find
(ValueCollection values, String[] columns) int
findIndex
(ValueCollection values) int
getRow
(int index) int
getRowValue
(String name) void
nextRow()
Methods 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, 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, stream, toArray
Methods inherited from interface java.util.List
containsAll, reversed
-
Field Details
-
ROW_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
ValueCollectionList
public ValueCollectionList()
-
-
Method Details
-
getLength
-
getRowCount
-
currentRow
-
nextRow
-
getRow
-
getLastRow
-
getRowValue
-
getFirstRow
-
moveToFirst
-
find
-
find
@ThingworxExtensionApiMethod(since={6,6}) public ValueCollection find(ValueCollection values, String[] columns) -
findIndex
-
convertToTypedInfoTable
@ThingworxExtensionApiMethod(since={6,6}) public InfoTable convertToTypedInfoTable(DataShapeDefinition td)
-