Class Property

java.lang.Object
java.util.AbstractMap.SimpleEntry<String,String>
org.wildfly.clustering.marshalling.protostream.util.Property
All Implemented Interfaces:
Serializable, Map.Entry<String,String>

public class Property extends AbstractMap.SimpleEntry<String,String>
A string-based map entry.
Author:
Paul Ferraro
See Also:
  • Constructor Details

    • Property

      public Property(Map.Entry<String,String> entry)
      Creates a property from the specified map entry.
      Parameters:
      entry - a map entry
    • Property

      public Property(String key, String value)
      Creates a property from the specified key and value.
      Parameters:
      key - the entry key
      value - the entry value