Example usage for org.apache.commons.collections15 BidiMap interface-usage

List of usage examples for org.apache.commons.collections15 BidiMap interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15 BidiMap interface-usage.

Usage

From source file edu.utah.further.core.util.collections.BidiMapWrapper.java

/**
 * A wrapper of a generic bi-directional map. The wrapped map can be any
 * implementation of the {@link BidiMap} interface.
 * <p>
 * It would be nice to autowire this class in Spring, but that doesn't work. For
 * each generic map with specific parameters, extends this class to a dedicated