SpaceTime.DataModel
Interface DMArrayList


public interface DMArrayList

ArrayList implementation (wrapper) for the data model


Method Summary
 void Add(java.lang.Object value)
          Add new item to the list
 long Count()
          Items count
 java.lang.Object GetAt(long index)
          Get item at specified index
 DMEnumerator GetEnumerator()
          Returns enumerator object associated with the list
 

Method Detail

Add

void Add(java.lang.Object value)
Add new item to the list


Count

long Count()
Items count


GetAt

java.lang.Object GetAt(long index)
Get item at specified index


GetEnumerator

DMEnumerator GetEnumerator()
Returns enumerator object associated with the list