|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatching<TypeToMatch>
Interface indicating if an object matches another (given) object.
Method Summary | |
---|---|
boolean |
match(TypeToMatch o1)
Returns true if the implementer of the interfaces matches a given object. |
Method Detail |
---|
boolean match(TypeToMatch o1)
o1
- The given object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |