org.zkoss.util
Class Maps.SerializableEntry<K,V>
java.lang.Object
org.zkoss.util.Maps.SerializableEntry<K,V>
- All Implemented Interfaces:
- java.io.Serializable, java.util.Map.Entry<K,V>
- Enclosing class:
- Maps
public static class Maps.SerializableEntry<K,V>
- extends java.lang.Object
- implements java.util.Map.Entry<K,V>, java.io.Serializable
A serializable implement of Map.Entry
- Since:
- 8.0.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
equals |
Maps.SerializableEntry
public Maps.SerializableEntry(K key,
V val)
Maps.SerializableEntry
public Maps.SerializableEntry(java.util.Map.Entry<K,V> entry)
getKey
public K getKey()
- Specified by:
getKey
in interface java.util.Map.Entry<K,V>
getValue
public V getValue()
- Specified by:
getValue
in interface java.util.Map.Entry<K,V>
setValue
public V setValue(V value)
- Specified by:
setValue
in interface java.util.Map.Entry<K,V>
equals
public boolean equals(java.util.Map.Entry<K,V> obj)
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry<K,V>
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.