Example usage for org.apache.commons.collections.map HashedMap subclass-usage

List of usage examples for org.apache.commons.collections.map HashedMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.map HashedMap subclass-usage.

Usage

From source file com.opengamma.engine.depgraph.MapEx.java

/**
 * Wrapper for a hash map implementation that exposes the underlying entry so that the actual key value can be used.
 */
/* package */final class MapEx<K, V> extends HashedMap {

    private static final long serialVersionUID = 1L;