E - Type of object from which a textual key must be extracted.TextualSearchList.DefaultKeyExtractorpublic static interface TextualSearchList.KeyExtractor<E>
TextualSearchList| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getKey(E obj) |
Extracts an UNIQUE textual key (case-sensitive) from the given object.
|
java.lang.String getKey(E obj)
obj - Object from which a textual key must be extracted.