public static interface Map.Entry<K,V>
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
boolean equals(Object o)
equals
Object
K getKey()
V getValue()
int hashCode()
hashCode
V setValue(V value)
Copyright © 2018. All rights reserved.