All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.collect.class-use.LinkedListMultimap.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.collect.LinkedListMultimap (Guava: Google Core Libraries for Java 11.0.1 API)














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>
LinkedListMultimap.create()
          Creates a new, empty LinkedListMultimap with the default initial capacity.
static
<K,V> LinkedListMultimap<K,V>
LinkedListMultimap.create(int expectedKeys)
          Constructs an empty LinkedListMultimap with enough capacity to hold the specified number of keys without rehashing.
static
<K,V> LinkedListMultimap<K,V>
LinkedListMultimap.create(Multimap<? extends K,? extends V> multimap)
          Constructs a LinkedListMultimap with the same mappings as the specified Multimap.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy