|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.abcref.RootRef
Constructor Summary | |
RootRef()
|
Method Summary | |
void |
addAByRef(ARefee aARefee)
Adds a target at end of link aByRef. |
void |
addAByRef(int index,
ARefee aARefee)
Inserts a target in link aByRef. |
void |
addAByValue(ARefee aARefee)
Adds a target at end of link aByValue. |
void |
addAByValue(int index,
ARefee aARefee)
Inserts a target in link aByValue. |
void |
addBByValue(BRefee aBRefee)
Adds a target at end of link bByValue. |
void |
addBByValue(int index,
BRefee aBRefee)
Inserts a target in link bByValue. |
void |
addCByValue(CRefee aCRefee)
Adds a target at end of link cByValue. |
void |
addCByValue(int index,
CRefee aCRefee)
Inserts a target in link cByValue. |
void |
clearAByRef()
Clears all targets in link aByRef |
void |
clearAByValue()
Clears all targets in link aByValue |
void |
clearBByValue()
Clears all targets in link bByValue |
void |
clearCByValue()
Clears all targets in link cByValue |
ARefee |
getAByRef(int index)
Returns a target in link aByRef. |
ARefee |
getAByValue(int index)
Returns a target in link aByValue. |
BRefee |
getBByValue(int index)
Returns a target in link bByValue. |
CRefee |
getCByValue(int index)
Returns a target in link cByValue. |
java.util.Iterator |
iteratorAByRef()
Returns an iterator for targets in links aByRef |
java.util.Iterator |
iteratorAByValue()
Returns an iterator for targets in links aByValue |
java.util.Iterator |
iteratorBByValue()
Returns an iterator for targets in links bByValue |
java.util.Iterator |
iteratorCByValue()
Returns an iterator for targets in links cByValue |
void |
removeAByRef(int index)
Removes a target in link aByRef |
void |
removeAByValue(int index)
Removes a target in link aByValue |
void |
removeBByValue(int index)
Removes a target in link bByValue |
void |
removeCByValue(int index)
Removes a target in link cByValue |
int |
sizeAByRef()
Returns the size of the collection aByRef |
int |
sizeAByValue()
Returns the size of the collection aByValue |
int |
sizeBByValue()
Returns the size of the collection bByValue |
int |
sizeCByValue()
Returns the size of the collection cByValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RootRef()
Method Detail |
public ARefee getAByValue(int index)
index
- offset in the array
public java.util.Iterator iteratorAByValue()
public int sizeAByValue()
public void addAByValue(int index, ARefee aARefee)
index
- offset in the listaARefee
- The ARefee to insertpublic void addAByValue(ARefee aARefee)
aARefee
- The ARefee to insertpublic void removeAByValue(int index)
index
- offset in the listpublic void clearAByValue()
public BRefee getBByValue(int index)
index
- offset in the array
public java.util.Iterator iteratorBByValue()
public int sizeBByValue()
public void addBByValue(int index, BRefee aBRefee)
index
- offset in the listaBRefee
- The BRefee to insertpublic void addBByValue(BRefee aBRefee)
aBRefee
- The BRefee to insertpublic void removeBByValue(int index)
index
- offset in the listpublic void clearBByValue()
public ARefee getAByRef(int index)
index
- offset in the array
public java.util.Iterator iteratorAByRef()
public int sizeAByRef()
public void addAByRef(int index, ARefee aARefee)
index
- offset in the listaARefee
- The ARefee to insertpublic void addAByRef(ARefee aARefee)
aARefee
- The ARefee to insertpublic void removeAByRef(int index)
index
- offset in the listpublic void clearAByRef()
public CRefee getCByValue(int index)
index
- offset in the array
public java.util.Iterator iteratorCByValue()
public int sizeCByValue()
public void addCByValue(int index, CRefee aCRefee)
index
- offset in the listaCRefee
- The CRefee to insertpublic void addCByValue(CRefee aCRefee)
aCRefee
- The CRefee to insertpublic void removeCByValue(int index)
index
- offset in the listpublic void clearCByValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |