Example usage for org.apache.commons.collections FastTreeMap subclass-usage

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

Introduction

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

Usage

From source file org.objectstyle.cayenne.util.CayenneMap.java

/**
 * A <code>CayenneMap</code> is a specialized double-linked 
 * ordered map class. Attempts to add objects using
 * an already existing keys will result in 
 * IllegalArgumentExceptions. 
 *