Constructor and Description |
---|
RemoveOnlyMap(Map<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object arg0) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K arg0,
V arg1) |
void |
putAll(Map<? extends K,? extends V> arg0) |
V |
remove(Object arg0) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public boolean containsKey(Object arg0)
containsKey
in interface Map<K,V>
public boolean containsValue(Object arg0)
containsValue
in interface Map<K,V>
public int hashCode()
public boolean equals(Object obj)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.