| java.lang.Object org.eclipse.ui.internal.themes.CascadingMap
CascadingMap | public class CascadingMap (Code) | | since: 3.0 |
Method Summary | |
public Object | get(Object key) Get the value. | public Set | keySet() Return the union of the parent and child key sets. |
CascadingMap | public CascadingMap(Map base, Map override)(Code) | | Parameters: base - the base (default) map Parameters: override - the override map |
get | public Object get(Object key)(Code) | | Get the value. Preference will be given to entries in the override map.
Parameters: key - the key the value |
keySet | public Set keySet()(Code) | | Return the union of the parent and child key sets.
the union. This set is read only. |
|
|