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