public class WritableLiMapImpl<K,V> extends WritableLiMapBase<K,V>
adjusters, vetoslisteners, parentProperty| Constructor and Description |
|---|
WritableLiMapImpl(String name,
PropertyType keyType,
PropertyType valueType,
Function<V,K> valueToKey,
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() |
add, containsKey, entrySet, findAll, get, isWritable, iterator, keySet, readOnly, remove, removeAll, removeAll, size, toMap, valuesadjusters, vetoscreateListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvetosstreamforEach, spliteratoradjustersevents, getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic WritableLiMapImpl(String name, PropertyType keyType, PropertyType valueType, Function<V,K> valueToKey, Map<K,V> value)
protected Set<Map.Entry<K,V>> entrySetImpl()
entrySetImpl in class WritableLiMapBase<K,V>protected boolean containsKeyImpl(K k)
containsKeyImpl in class WritableLiMapBase<K,V>protected int sizeImpl()
sizeImpl in class WritableLiMapBase<K,V>protected V removeImpl(K k)
removeImpl in class WritableLiMapBase<K,V>public String toString()
toString in class WritableLiMapBase<K,V>Copyright © 2022 vpc open source initiative. All rights reserved.