K - Type of the keysV - Type of the valuespublic abstract class ReadOnlyMap<K,V> extends Object implements Map<K,V>
| Constructor and Description |
|---|
ReadOnlyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Remove all entries from this map
|
V |
put(K key,
V value) |
V |
remove(Object _key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow