|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xj.anylogic.engine.ActiveObjectCollection<E>
com.xj.anylogic.engine.ActiveObjectList<E>
E - Active Object typepublic abstract class ActiveObjectList<E extends ActiveObject>
Replicated active object list interface
ActiveObjectArrayList,
Serialized Form| Constructor Summary | |
|---|---|
ActiveObjectList()
|
|
| Method Summary | |
|---|---|
abstract E |
get(int index)
Returns the active object element at the specified position in this replicated active object. |
abstract java.util.Iterator<E> |
iterator()
Returns an iterator over the replicated active object. |
| Methods inherited from class com.xj.anylogic.engine.ActiveObjectCollection |
|---|
_add, _remove, average, average, contains, count, isEmpty, max, max, min, min, random, restoreOwner, size, sum, sum |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActiveObjectList()
| Method Detail |
|---|
public abstract java.util.Iterator<E> iterator()
iterator in interface java.lang.Iterable<E extends ActiveObject>iterator in class ActiveObjectCollection<E extends ActiveObject>public abstract E get(int index)
index - index of the element to return
java.lang.IndexOutOfBoundsException - if the index is out of range (index < 0 || index >= size())
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||