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.| Constructor and Description |
|---|
PropertyList() |
| Modifier and Type | Method and Description |
|---|---|
Util.PropertyList |
clone() |
String |
get(String key) |
String |
get(String key,
String defaultValue) |
Iterator<Pair<String,String>> |
iterator() |
String |
put(String key,
String value) |
boolean |
remove(String key) |
String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Util.PropertyList clone()
public boolean remove(String key)
Copyright © 2021 Hitachi Vantara. All rights reserved.