public class UnmodifyableDictionary<K,V> extends Hashtable<K,V>
Constructor and Description |
---|
UnmodifyableDictionary(Dictionary<K,V> dictionary) |
Modifier and Type | Method and Description |
---|---|
Enumeration<V> |
elements() |
boolean |
equals(Object o) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration<K> |
keys() |
V |
put(K key,
V value) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, entrySet, forEach, getOrDefault, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, values
public UnmodifyableDictionary(Dictionary<K,V> dictionary)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.