|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the types of the elements in the chainpublic interface Chainable<T extends ModifiableLink<T>>
Elements that can be inserted and removed from Chains
| Method Summary | |
|---|---|
boolean |
addTo(Chain<T> chain)
Adds this element to the given Chain |
boolean |
removeFrom(Chain<T> chain)
Removes this element from the given Chain |
| Method Detail |
|---|
boolean addTo(Chain<T> chain)
Chain
chain -
true if the input Chain has been modifiedboolean removeFrom(Chain<T> chain)
Chain
chain - to be removed
true if the input Chain has been modified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||