|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.util
Interface Matchable

- public interface Matchable
Provides the ability for an object to match a subset of a group of other objects. E.g in a cache.
| Method Summary | |
boolean |
match(java.lang.Object other)
Return true if the passed in object matches this object. |
| Method Detail |
match
public boolean match(java.lang.Object other)
- Return true if the passed in object matches
this object.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC