|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PatternExtractor<TYPE,PATTERN>
PatternExtractor provides a way to group objects by a pattern defined by an implementation. Examples for such a pattern would be a hash code, the toString() method or more object specific things, like group Date objects by their month.
| Method Summary | |
|---|---|
PATTERN |
extractPattern(TYPE obj)
depending on implementation, this method may return null |
| Method Detail |
|---|
PATTERN extractPattern(TYPE obj)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||