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

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

The newest version!







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














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

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

Uses of HashBiMap in com.google.common.collect
 

Methods in com.google.common.collect that return HashBiMap
static
<K,V> HashBiMap<K,V>
HashBiMap.create()
          Returns a new, empty HashBiMap with the default initial capacity (16).
static
<K,V> HashBiMap<K,V>
HashBiMap.create(int expectedSize)
          Constructs a new, empty bimap with the specified expected size.
static
<K,V> HashBiMap<K,V>
HashBiMap.create(Map<? extends K,? extends V> map)
          Constructs a new bimap containing initial values from map.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy