public static class Util.PropertyList extends Object implements Iterable<Pair<String,String>>, Serializable
PropertyList is an order-preserving list of key-value
 pairs. Lookup is case-insensitive, but the case of keys is preserved.| Modifier and Type | Field and Description | 
|---|---|
(package private) List<Pair<String,String>> | 
list  | 
| Constructor and Description | 
|---|
Util.PropertyList()  | 
public Util.PropertyList clone()
public boolean remove(String key)