Class SessionAttributeMapEntry<V>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.fine.SessionAttributeMapEntry<V>
Type Parameters:
V - the session attribute value type
All Implemented Interfaces:
Map.Entry<String,V>

public class SessionAttributeMapEntry<V> extends Object implements Map.Entry<String,V>
Author:
Paul Ferraro