public abstract class FieldKeyProvider<F extends GridField,T> extends Object implements KeyProvider<T>
protected F
field
FieldKeyProvider(F field)
F
getField()
String
getKey(T value)
abstract String
getKey(T value, F field)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected F extends GridField field
public FieldKeyProvider(F field)
public F getField()
public String getKey(T value)
getKey
KeyProvider<T>
public abstract String getKey(T value, F field)
Copyright © 2016. All Rights Reserved.