public class PropertyEntry extends Object implements Serializable, Comparable<PropertyEntry>
| Modifier and Type | Field and Description | 
|---|---|
private String | 
key  | 
private String | 
value  | 
| 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–2022 The Apache Software Foundation. All rights reserved.