|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Element<C extends Element<C>>
Element interface. Basic functionality of elements, e.g. compareTo, equals, clone.
| Method Summary | |
|---|---|
C |
clone()
Clone this Element. |
int |
compareTo(C b)
Compare this to b. |
boolean |
equals(java.lang.Object b)
Test if this is equal to b. |
int |
hashCode()
Hashcode of this Element. |
| Method Detail |
|---|
C clone()
boolean equals(java.lang.Object b)
equals in class java.lang.Objectb -
int hashCode()
hashCode in class java.lang.Objectint compareTo(C b)
compareTo in interface java.lang.Comparable<C extends Element<C>>b -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||