@Deprecated public class MapEntry<K,V> extends Object implements Map.Entry<K,V>
Constructor and Description |
---|
MapEntry(K key,
V value)
Deprecated.
|
MapEntry(Map.Entry<K,V> e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
K |
getKey()
Deprecated.
|
V |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
V |
setValue(V value)
Deprecated.
|
String |
toString()
Deprecated.
|
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object o)
public int hashCode()
Copyright © 2015. All rights reserved.