public class PropertyEntry extends Object implements Serializable, Comparable<PropertyEntry>
| Constructor and Description | 
|---|
| PropertyEntry() | 
| PropertyEntry(String key,
             String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(PropertyEntry o) | 
| String | getKey() | 
| String | getValue() | 
| void | setKey(String key) | 
| void | setValue(String value) | 
| String | toString() | 
public PropertyEntry()
public PropertyEntry(String key, String value)
public int compareTo(PropertyEntry o)
compareTo in interface Comparable<PropertyEntry>Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.