Defines a map that maintains order and allows both forward and backward iteration through that order.
@param < K> the type of the keys in the map
@param < V> the type of the values in the map
@since 3.0
@version $Id: OrderedMap.java 1477779 2013-04-30 18:55:24Z tn $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.