Class ObservableMapAdapter<K,V>
java.lang.Object
net.thevpc.common.props.ObservableMapAdapter<K,V>
- All Implemented Interfaces:
Iterable<MapEntry<K,V>>, ObservableMap<K, V>, Property
- Direct Known Subclasses:
WritableLiMapAdapter
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface ObservableMap
streamMethods inherited from interface Property
getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, with, with
-
Constructor Details
-
ObservableMapAdapter
public ObservableMapAdapter()
-
-
Method Details
-
getObservableMapBase
-
get
-
size
public int size()- Specified by:
sizein interfaceObservableMap<K,V>
-
toMap
-
containsKey
- Specified by:
containsKeyin interfaceObservableMap<K,V>
-
keySet
- Specified by:
keySetin interfaceObservableMap<K,V>
-
values
- Specified by:
valuesin interfaceObservableMap<K,V>
-
entrySet
- Specified by:
entrySetin interfaceObservableMap<K,V>
-
findAll
-
readOnly
-
propertyName
- Specified by:
propertyNamein interfaceProperty
-
propertyType
- Specified by:
propertyTypein interfaceProperty
-
isWritable
public boolean isWritable()- Specified by:
isWritablein interfaceProperty
-
userObjects
- Specified by:
userObjectsin interfaceProperty
-
events
-
iterator
-