Package mondrian.olap
Class Util.PropertyList
- java.lang.Object
-
- mondrian.olap.Util.PropertyList
-
- All Implemented Interfaces:
Serializable
,Iterable<Pair<String,String>>
- Enclosing class:
- Util
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
clone
public Util.PropertyList clone()
-
remove
public boolean remove(String key)
-
-