public class WritableMapImpl<K,V> extends AbstractWritableMapImpl<K,V>
adjusters, listeners, vetos| Constructor and Description |
|---|
WritableMapImpl(String name,
PropertyType keyType,
PropertyType valueType,
Map<K,V> value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsKeyImpl(K k) |
protected Set<Map.Entry<K,V>> |
entrySetImpl() |
protected V |
getImpl(K k) |
protected V |
putImpl(K k,
V v) |
protected V |
removeImpl(K k) |
protected int |
sizeImpl() |
String |
toString() |
containsKey, entrySet, findAll, get, isWritable, iterator, keySet, put, readOnly, remove, removeAll, removeAll, size, toMap, valuesadjusters, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvetosstreamname, type, userObjectslistenersforEach, spliteratorpublic WritableMapImpl(String name, PropertyType keyType, PropertyType valueType, Map<K,V> value)
protected Set<Map.Entry<K,V>> entrySetImpl()
entrySetImpl in class AbstractWritableMapImpl<K,V>protected boolean containsKeyImpl(K k)
containsKeyImpl in class AbstractWritableMapImpl<K,V>protected int sizeImpl()
sizeImpl in class AbstractWritableMapImpl<K,V>protected V removeImpl(K k)
removeImpl in class AbstractWritableMapImpl<K,V>public String toString()
toString in class AbstractWritableMapImpl<K,V>Copyright © 2021 vpc open source initiative. All rights reserved.