|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodel.IDList
public class IDList
Maintains unique IDs for each object in a model/complex object.
| Constructor Summary | |
|---|---|
IDList()
|
|
| Method Summary | |
|---|---|
void |
add(ComplexObject co)
|
ComplexObject |
get(int index)
|
ComplexObject |
remove(int index)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDList()
| Method Detail |
|---|
public ComplexObject get(int index)
public void add(ComplexObject co)
public ComplexObject remove(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||