org.wegra.util.collection
Class CollectionTranslator

java.lang.Object
  extended byorg.wegra.util.collection.CollectionTranslator

public class CollectionTranslator
extends java.lang.Object

Array ¹× °¢Á¾ Collection Ŭ·¡½ºµé °£ÀÇ Å¸ÀÔ ÀüȯÀ» À§ÇÑ À¯Æ¿¸®Æ¼ Ŭ·¡½ºÀÌ´Ù. ÆÛÆ÷¸Õ½º ÃÖÀûÈ­¸¦ À§ÇØ µ¿±âÈ­ 󸮰¡ µÇ¾îÀÖÁö ¾ÊÀ¸¹Ç·Î ¸ÖƼ ½º·¹µå ȯ°æ¿¡¼­´Â À§ÇèÇÒ ¼ö ÀÖ´Ù.

Version:
1.0 (2001-12-17)
Author:
wegra (Bok-Youn Lee)

Constructor Summary
protected CollectionTranslator()
          ¸ÖƼ½º·¹µå ȯ°æÀÏ °æ¿ì ÀÌ Å¬·¡½º¸¦ »ó¼Ó¹Þ¾Æ °¢ ¸Þ¼Òµå¸¦ ÀûÀýÈ÷ µ¿±âÈ­½Ã۵µ·Ï ÇÏÀÚ.
 
Method Summary
static java.util.HashSet toHashSet(java.lang.Object[] elements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTranslator

protected CollectionTranslator()
¸ÖƼ½º·¹µå ȯ°æÀÏ °æ¿ì ÀÌ Å¬·¡½º¸¦ »ó¼Ó¹Þ¾Æ °¢ ¸Þ¼Òµå¸¦ ÀûÀýÈ÷ µ¿±âÈ­½Ã۵µ·Ï ÇÏÀÚ.

Method Detail

toHashSet

public static java.util.HashSet toHashSet(java.lang.Object[] elements)