T
- the data type of recordspublic class SimpleKeyProvider<T> extends java.lang.Object implements ProvidesKey<T>
ProvidesKey
.Constructor and Description |
---|
SimpleKeyProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey(T item)
Return the passed-in item.
|
public java.lang.Object getKey(T item)
getKey
in interface ProvidesKey<T>
item
- the list item