protected static class AbstractMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.