public static class FieldWrapper.BeanEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
private K
key
private V
value
BeanEntry(K key, V value)
K
getKey()
V
getValue()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
private K key
private V value
public BeanEntry(K key, V value)
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue