Uses of Class
com.google.common.collect.LinkedListMultimap

Packages that use LinkedListMultimap
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of LinkedListMultimap in com.google.common.collect
 

Methods in com.google.common.collect that return LinkedListMultimap
static
<K,V> LinkedListMultimap<K,V>
Multimaps.newLinkedListMultimap()
          Creates an empty LinkedListMultimap instance.
static
<K,V> LinkedListMultimap<K,V>
Multimaps.newLinkedListMultimap(Multimap<? extends K,? extends V> multimap)
          Creates a LinkedListMultimap instance initialized with all elements from the supplied Multimap.
 



Copyright © 2008 Google. All Rights Reserved.