@Immutable public class MarshalledValueMap extends Object implements Map, Externalizable
MarshalledValue
,
Serialized FormConstructor 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 Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
public boolean equals(Object other)
public int hashCode()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.