- groovy.util.ObservableMap
-
- All Implemented Interfaces and Traits:
- Map
public class ObservableMap
extends Object
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-
-
Methods Summary
-
Inherited Methods Summary
-
-
Field Detail
-
public static final String CLEARED_PROPERTY
-
public static final String CONTENT_PROPERTY
-
public static final String SIZE_PROPERTY
-
Constructor Detail
-
public ObservableMap(Map delegate)
-
Method Detail
-
public boolean containsKey(Object key)
-
public boolean containsValue(Object value)
-
public boolean equals(Object o)
-
protected void fireMultiPropertyEvent(List<PropertyEvent> events)
-
protected void firePropertyAddedEvent(Object key, Object value)
-
protected void firePropertyClearedEvent(Map values)
-
protected void firePropertyRemovedEvent(Object key, Object value)
-
protected void fireSizeChangedEvent(int oldValue, int newValue)
-
protected Map getMapDelegate()
-
public boolean hasListeners(String propertyName)
-
public void putAll(Map map)
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.