public interface Entry<K,V> extends Comparable<Entry>, Map.Entry<K,V>, Serializable, Cloneable
boolean
equals(Entry o)
K
key()
V
value()
compareTo
equals, getKey, getValue, hashCode, setValue
K key()
V value()
boolean equals(Entry o)
Copyright © 2016. All Rights Reserved.