@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ScriptFriendlyArrayList<T> extends java.util.ArrayList<T>
Constructor and Description |
---|
ScriptFriendlyArrayList() |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
@ThingworxExtensionApiMethod(since={6,6}) public int getLength()