List of usage examples for org.apache.commons.collections FastTreeMap subclass-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.
*