public class SimpleEntry<T> extends Object implements Map.Entry<T,T>
Map.Entry
SimpleEntry(T key)
SimpleEntry(T key, T value)
boolean
equals(Object obj)
this.key.equals(that.key) && this.value.equals(that.value)
T
getKey()
getValue()
int
hashCode()
setValue(T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SimpleEntry(T key)
public SimpleEntry(T key, T value)
public String toString()
toString
Object
public T getKey()
getKey
Map.Entry<T,T>
public T getValue()
getValue
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
obj
Entry
public T setValue(T value)
setValue
Copyright © 2015. All rights reserved.