public abstract class AbstractMapEntry<K,V> extends Object implements Map.Entry<K,V>
AbstractMapEntry()
boolean
equals(Object object)
abstract K
getKey()
abstract V
getValue()
int
hashCode()
V
setValue(V value)
String
toString()
{key}={value}
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public AbstractMapEntry()
public abstract K getKey()
getKey
Map.Entry<K,V>
public abstract V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(@Nullable Object object)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2009-2012 jclouds. All Rights Reserved.