|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.commons.collections.map.AbstractMapDecorator
org.apache.commons.collections.map.MultiValueMap
org.makumba.commons.SerializedGenericMultiValueMap<T>
public class SerializedGenericMultiValueMap<T>
This class provides a serialized version of MultiValueMap, and adds generics support.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator |
|---|
map |
| Constructor Summary | |
|---|---|
SerializedGenericMultiValueMap()
|
|
| Method Summary | |
|---|---|
Collection<T> |
get(Object key)
|
Collection<T> |
values()
|
| Methods inherited from class org.apache.commons.collections.map.MultiValueMap |
|---|
clear, containsValue, containsValue, createCollection, decorate, decorate, decorate, getCollection, iterator, put, putAll, putAll, remove, size, totalSize |
| Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator |
|---|
containsKey, entrySet, equals, getMap, hashCode, isEmpty, keySet, remove, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.collections.MultiMap |
|---|
remove, size |
| Methods inherited from interface java.util.Map |
|---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet |
| Constructor Detail |
|---|
public SerializedGenericMultiValueMap()
| Method Detail |
|---|
public Collection<T> values()
values in interface Mapvalues in interface org.apache.commons.collections.MultiMapvalues in class org.apache.commons.collections.map.MultiValueMappublic Collection<T> get(Object key)
get in interface Mapget in interface org.apache.commons.collections.MultiMapget in class org.apache.commons.collections.map.AbstractMapDecorator
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||