Java com.google.common.collect HashBiMap fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect HashBiMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect HashBiMap.

The text is from its open source code.

Method

HashBiMapcreate()
Returns a new, empty HashBiMap with the default initial capacity (16).
HashBiMapcreate(int expectedSize)
Constructs a new, empty bimap with the specified expected size.
HashBiMapcreate(Map map)
Constructs a new bimap containing initial values from map .
VforcePut(@Nullable K key, @Nullable V value)
Vput(@Nullable K key, @Nullable V value)