public static class Maps.EntryImpl<K,V> extends java.lang.Object implements Maps.Entry<K,V>
| Constructor and Description |
|---|
Maps.EntryImpl() |
Maps.EntryImpl(K k,
V v) |
Maps.EntryImpl(Maps.Entry<K,V> entry) |
Maps.EntryImpl(Maps.EntryImpl<K,V> impl) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Maps.Entry entry) |
boolean |
equals(Maps.Entry entry) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
K |
key() |
java.lang.String |
toString() |
V |
value() |
public Maps.EntryImpl()
public Maps.EntryImpl(Maps.EntryImpl<K,V> impl)
public Maps.EntryImpl(Maps.Entry<K,V> entry)
public K key()
key in interface Maps.Entry<K,V>public V value()
value in interface Maps.Entry<K,V>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean equals(Maps.Entry entry)
equals in interface Maps.Entry<K,V>public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Maps.Entry entry)
compareTo in interface java.lang.Comparable<Maps.Entry>public java.lang.String toString()
toString in class java.lang.Object