public class StrictMap<K,V> extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
boolean |
containsValue(V value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(K key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public StrictMap(Map baseMap)
public void clear()
public boolean containsKey(K key)
public boolean containsValue(V value)
public boolean isEmpty()
public int size()
public Collection<V> values()
Copyright © 2017. All rights reserved.