Example usage for org.apache.commons.collections.map ListOrderedMap subclass-usage

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

Introduction

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

Usage

From source file egovframework.rte.psl.dataaccess.util.EgovMap.java

/**
 * Camel Case    ? Map  ?
 * <p>
 * <b>NOTE</b>: commons Collections ? ListOrderedMap ?
 * extends   Map ? key    Camel Case 
 *   Map ? ?. (iBatis ?  egovMap   

From source file com.skcc.notgood.util.egov.dataaccess.util.EgovMap.java

/**
 * Camel Case    ? Map  ?
 * <p>
 * <b>NOTE</b>: commons Collections ? ListOrderedMap ?
 * extends   Map ? key    Camel Case 
 *   Map ? ?. (iBatis ?  egovMap   

From source file lotte.fw.dao.util.CamelMap.java

/**
 * @Class Name : Map.java
 * @Description : commons Collections ? ListOrderedMap ? extends   Map ? key    Camel Case    Map ? ?. 
 * (iBatis ?  egovMap     ?? alias ? DB     ? 
 * ??? VO ? attribute (camel case) ?  resultMap  ?    ?? ?)
 * @Modification Information

From source file org.apache.torque.util.ListOrderedMapCI.java

/**
 * A subclass of the Apache Commons ListOrderedMap that has case insensitive
 * String key methods.  This is done by converting all String keys to
 * lower case.
 *
 * @author <a href="mailto:greg.monroe@dukece.com">Greg Monroe</a>

From source file de.innovationgate.webgate.api.jdbc.custom.KeyMap.java

public class KeyMap extends ListOrderedMap {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;