gnu.caf.db.impl
Class CollectionFactory

java.lang.Object
  extended by gnu.caf.db.impl.CollectionFactory

public class CollectionFactory
extends java.lang.Object

CollectionFactory Ŭ·¡½º·Î RchHashMap RowCallbackHandler Ŭ·¡½º°¡ »ç¿ëÇϴ Ŭ·¡½º·Î GNU Trove ¶óÀ̺귯¸® »ç¿ë¿©ºÎ¿¡ µû¶ó Map , Set, List ÀÇ ±¸Çöü¸¦ Trove ¶Ç´Â JDK ¶óÀ̺귯¸®¸¦ »ç¿ëÇÏ´Â Factory Ŭ·¡½º. dbmanager.properties ÆÄÀÏÀÇ useTrove=true ·Î ¼³Á¤µÈ °æ¿ì¿¡ Trove ¸¦ »ç¿ëÇÏ°Ô µÊ. Trove´Â JDK 1.5 À̻󿡼­ µ¿ÀÛÇϹǷÎ, 1.4 ÀÎ °æ¿ì¿¡´Â useTrove=false ·Î ÇÊÈ÷ »ç¿ëÇØ¾ßÇÔ.

Since:
2.0
Author:
ÀÌÈ£¼º

Constructor Summary
CollectionFactory()
           
 
Method Summary
static java.util.Map getHashMap()
          Return a hashmap based on the properties
static java.util.Set getHashSet()
          Return a hashset based on the properties
static java.util.List getLinkedList()
          Return a linkedlist based on the properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFactory

public CollectionFactory()
Method Detail

getHashMap

public static java.util.Map getHashMap()
Return a hashmap based on the properties


getHashSet

public static java.util.Set getHashSet()
Return a hashset based on the properties


getLinkedList

public static java.util.List getLinkedList()
Return a linkedlist based on the properties



Copyright © 2003 All Rights Reserved.