|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the class type.public interface EquivTester<T>
This interface is used to represent equivalence testers.
Method Summary | ||
---|---|---|
|
areEquiv(A o1,
B o2)
Tests the provided objects for equivalence. |
Method Detail |
---|
<A extends T,B extends T> boolean areEquiv(A o1, B o2)
A
- a type extending T.B
- a type extending T.o1
- an object.o2
- another object.
true
if the provided objects are equivalent;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |