|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEquator<T>
Compares two elements for equality.
This interface externalizes the notion of equality. This way, different notions of equality can be applied to the same object in different contexts.
| Method Summary | |
|---|---|
boolean |
equals(T element1,
T element2)
Returns true, if the elements are equal,
false if not. |
| Method Detail |
|---|
boolean equals(T element1,
T element2)
true, if the elements are equal,
false if not.
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||