|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Multimap | |
|---|---|
| org.jboss.solder.util.collections | A collection of collection related utilities for Seam Solder |
| Uses of Multimap in org.jboss.solder.util.collections |
|---|
| Subinterfaces of Multimap in org.jboss.solder.util.collections | |
|---|---|
interface |
SetMultimap<K,V>
A Multimap that cannot hold duplicate key-value pairs. |
| Methods in org.jboss.solder.util.collections with parameters of type Multimap | ||
|---|---|---|
static
|
Serialization.populateMultimap(Multimap<K,V> multimap,
ObjectInputStream stream,
int distinctKeys)
Populates a multimap by reading an input stream, as part of deserialization. |
|
boolean |
Multimap.putAll(Multimap<? extends K,? extends V> multimap)
Copies all of another multimap's key-value pairs into this multimap. |
|
static
|
Serialization.writeMultimap(Multimap<K,V> multimap,
ObjectOutputStream stream)
Stores the contents of a multimap in an output stream, as part of serialization. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||