|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extractor<U,T,S>
An Extractor is capable of extracting a label
object T and a value object S from
a specific input type U.
| Method Summary | |
|---|---|
T |
getLabel(U elm)
Returns the label of the specified element. |
S |
getValue(U elm)
Returns the value of the specified element. |
| Method Detail |
|---|
T getLabel(U elm)
S getValue(U elm)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||