| com.pnfsoftware.jeb.util.collect.IExtractor<T, K> |
Generic extractor interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract K |
extract(T e)
Given an object e of type T, provide the associated "key" of type K.
| ||||||||||
Given an object e of type T, provide the associated "key" of type K.
| e | an input object |
|---|