Class GenericObjectCollection<T>

java.lang.Object
java.util.AbstractMap<String,T>
java.util.HashMap<String,T>
java.util.LinkedHashMap<String,T>
com.thingworx.types.collections.GenericObjectCollection<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>, SequencedMap<String,T>
Direct Known Subclasses:
DataShapeDefinitionCollection, MultiEventSubscriptionCollection, NamedObjectCollection, PropertyCollection, SubscriptionCollection, ThingPropertyCollection

@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class GenericObjectCollection<T> extends LinkedHashMap<String,T>
See Also: