|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.caf.db.impl.CollectionFactory
public class CollectionFactory
CollectionFactory Ŭ·¡½º·Î RchHashMap RowCallbackHandler Ŭ·¡½º°¡ »ç¿ëÇϴ Ŭ·¡½º·Î GNU Trove ¶óÀ̺귯¸®
»ç¿ë¿©ºÎ¿¡ µû¶ó Map , Set, List ÀÇ ±¸Çöü¸¦ Trove ¶Ç´Â JDK ¶óÀ̺귯¸®¸¦ »ç¿ëÇÏ´Â Factory Ŭ·¡½º.
dbmanager.properties
ÆÄÀÏÀÇ useTrove=true
·Î ¼³Á¤µÈ °æ¿ì¿¡ Trove ¸¦ »ç¿ëÇÏ°Ô µÊ.
Trove´Â JDK 1.5 À̻󿡼 µ¿ÀÛÇϹǷÎ, 1.4 ÀÎ °æ¿ì¿¡´Â useTrove=false
·Î ÇÊÈ÷ »ç¿ëÇØ¾ßÇÔ.
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 |
---|
public CollectionFactory()
Method Detail |
---|
public static java.util.Map getHashMap()
public static java.util.Set getHashSet()
public static java.util.List getLinkedList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |