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

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

Introduction

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

The text is from its open source code.

Constructor

Method

EnumHashBiMapcreate(Class keyType)
Returns a new, empty EnumHashBiMap using the specified key type.
EnumHashBiMapcreate(Map map)
Constructs a new bimap with the same mappings as the specified map.