Class SessionAttributeMapEntry<V>
java.lang.Object
org.wildfly.clustering.session.cache.attributes.fine.SessionAttributeMapEntry<V>
- Type Parameters:
V- the session attribute value type
-
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
-
SessionAttributeMapEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
-
equals
-
toString
-