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: