|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of objects that this object may be joined to / splitted frompublic interface Joinable<T>
The Joinable interface represents an object which could be joined to another object or splitted from another object
Method Summary | |
---|---|
boolean |
isEmpty()
Tests whether this joinable object is empty |
void |
join(T joinable)
Join (merge) the object joinable to this object |
void |
split(T joinable)
Split the object joinable from this object |
Method Detail |
---|
void join(T joinable)
joinable
- the object to be joinedvoid split(T joinable)
joinable
- the object to be splittedboolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |