Java org.apache.commons.collections FastHashMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections FastHashMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections FastHashMap.

The text is from its open source code.

Constructor

FastHashMap()
Construct an empty map.
FastHashMap(int capacity)
Construct an empty map with the specified capacity.
FastHashMap(Map map)
Construct a new map with the same mappings as the specified map.

Method

Objectget(Object key)
Return the value to which this map maps the specified key.
Objectput(Object key, Object value)
Associate the specified value with the specified key in this map.
voidsetFast(boolean fast)
Sets whether this map is operating in fast mode.