@Immutable public class MarshalledValueMap extends Object implements Map, Externalizable
MarshalledValue,
Serialized Form| Constructor and Description |
|---|
MarshalledValueMap() |
MarshalledValueMap(Map delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object other) |
Object |
get(Object key) |
protected Map |
getUnmarshalledMap() |
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
void |
readExternal(ObjectInput in) |
Object |
remove(Object key) |
int |
size() |
protected Map |
unmarshalledMap(Set entries) |
Collection |
values() |
void |
writeExternal(ObjectOutput out) |
public MarshalledValueMap()
public MarshalledValueMap(Map delegate)
protected Map getUnmarshalledMap()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
public boolean equals(Object other)
public int hashCode()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.