public class WritableLiMapImpl<K,V> extends AbstractWritableLiMapImpl<K,V>
adjusters, listeners, vetos| 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, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvetosstreamname, type, userObjectslistenersforEach, spliteratorpublic 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 AbstractWritableLiMapImpl<K,V>protected boolean containsKeyImpl(K k)
containsKeyImpl in class AbstractWritableLiMapImpl<K,V>protected int sizeImpl()
sizeImpl in class AbstractWritableLiMapImpl<K,V>protected V removeImpl(K k)
removeImpl in class AbstractWritableLiMapImpl<K,V>public String toString()
toString in class AbstractWritableLiMapImpl<K,V>Copyright © 2021 vpc open source initiative. All rights reserved.