public class MapEntryImpl<K,V> extends Object implements MapEntry<K,V>
MapEntryImpl(K k, V v)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MapEntryImpl(K k, V v)
public K getKey()
getKey
MapEntry<K,V>
public V getValue()
getValue
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2021 vpc open source initiative. All rights reserved.