Class SessionAttributeMapEntry<V>
java.lang.Object
org.wildfly.clustering.session.cache.attributes.fine.SessionAttributeMapEntry<V>
- Type Parameters:
V- the session attribute value type
Encapsulates a session attribute map entry.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSessionAttributeMapEntry(String name, V value) Creates a session attribute map entry.SessionAttributeMapEntry(Map.Entry<String, V> entry) Creates a session attribute map entry. -
Method Summary
-
Constructor Details
-
SessionAttributeMapEntry
Creates a session attribute map entry.- Parameters:
entry- a cache entry
-
SessionAttributeMapEntry
Creates a session attribute map entry.- Parameters:
name- an attribute namevalue- an attribute value
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
toString
-