Example usage for org.apache.commons.collections15.map FastHashMap FastHashMap

List of usage examples for org.apache.commons.collections15.map FastHashMap FastHashMap

Introduction

In this page you can find the example usage for org.apache.commons.collections15.map FastHashMap FastHashMap.

Prototype

public FastHashMap() 

Source Link

Document

Construct an empty map.

Usage

From source file:com.imag.nespros.runtime.lang.ESCBuilder.java

public ESCBuilder() {
    operators = new ParseTreeProperty<>();
    filters = new ParseTreeProperty<>();
    windows = new ParseTreeProperty<>();
    id2Operator = new FastHashMap<>();
}