Uses of Interface
org.jboss.solder.util.collections.Multimap

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
<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-2011 Seam Framework. All Rights Reserved.