Class StringKeyMapEntry<V>
java.lang.Object
java.util.AbstractMap.SimpleEntry<String,V>
org.wildfly.clustering.marshalling.protostream.util.StringKeyMapEntry<V>
- Type Parameters:
V- the map entry value type
- All Implemented Interfaces:
Serializable, Map.Entry<String,V>
A map entry whose key is a string.
- Author:
- Paul Ferraro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStringKeyMapEntry(String key, V value) Creates a string-keyed map entry.StringKeyMapEntry(Map.Entry<String, V> entry) Creates a string-keyed map entry. -
Method Summary
-
Constructor Details
-
StringKeyMapEntry
-
StringKeyMapEntry
-