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

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

Introduction

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

Usage

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

/**
 * A sorted bi-directional map which forwards all its method calls to another sorted
 * bi-directional map. Subclasses should override one or more methods to modify the
 * behavior of the backing sorted map as desired per the <a
 * href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>.
 * <p>