|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of objects to matchpublic interface ObjectMatcher<T>
Interface which provides matching capabilities. Matching functionality is used when you need to filter out some objects of the whole bucket, for example.
Method Summary | |
---|---|
int |
match(T object)
Matching method. |
Method Detail |
---|
int match(T object)
object
- An object that is tested for the matching condition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |