public class MapEntry extends Object implements MapEntry
A Map.Entry implementation.
MapEntry(Object key, Object value)
public boolean
equals(Object that)
equals(MapEntry that)
public Object
getKey()
getValue()
public int
hashCode()
public void
setKey(Object key)
setValue(Object value)
public String
toString()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.