Class SessionAttributeMapEntry
- java.lang.Object
-
- java.util.AbstractMap.SimpleImmutableEntry<String,UUID>
-
- org.wildfly.clustering.web.cache.session.fine.SessionAttributeMapEntry
-
- All Implemented Interfaces:
Serializable,Map.Entry<String,UUID>
public class SessionAttributeMapEntry extends AbstractMap.SimpleImmutableEntry<String,UUID>
Map.Entryfor a session attribute. Used to optimize the marshalling ofMap.put(Object, Object)functions.- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionAttributeMapEntry(String key, UUID value)
-