Package | Description |
---|---|
org.jboss.solder.util.collections |
A collection of collection related utilities for Solder
|
Modifier and Type | Interface and Description |
---|---|
interface |
SetMultimap<K,V>
A
Multimap that cannot hold duplicate key-value pairs. |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
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 <K,V> void |
Serialization.writeMultimap(Multimap<K,V> multimap,
ObjectOutputStream stream)
Stores the contents of a multimap in an output stream, as part of
serialization.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.