E - Type of object from which a textual key must be extracted.public static interface TextualSearchList.KeyExtractor<E>
TextualSearchList| Modifier and Type | Method and 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.