|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic typepublic interface Combinable<T>
A class is Combinable if its object can be combined with other objects.
Method Summary | |
---|---|
T |
combine(T that)
Combine this with that. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
T combine(T that)
that
- Another object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |