public static class MapToListTypeAdapter.MapEntry<K,V> extends Object
MapEntry()
MapEntry(K key, V value)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapEntry()
public MapEntry(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
Copyright © 2016–2017. All rights reserved.