public static class Maps.EntryImpl<K,V> extends 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) |
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(Maps.Entry entry)
equals in interface Maps.Entry<K,V>public int compareTo(Maps.Entry entry)
compareTo in interface Comparable<Maps.Entry>Copyright © 2014. All rights reserved.