SpaceTime.DataModel
Interface DMEnumerator


public interface DMEnumerator

Enumerator wrapper for data model. Returned by reference


Method Summary
 java.lang.Object Current()
          Gets the current item from the collection.
 boolean MoveNext()
          Shifts enumerator to the next item, returns false if no items left.
 

Method Detail

MoveNext

boolean MoveNext()
Shifts enumerator to the next item, returns false if no items left. The first call of MoveNext() shifts enumerator to the first item in the collection.


Current

java.lang.Object Current()
Gets the current item from the collection.