org.jboss.util.collection
Class CollectionsUtil

java.lang.Object
  extended by org.jboss.util.collection.CollectionsUtil

public class CollectionsUtil
extends Object

CollectionsUtil.

Version:
$Revision: 1.2.2.2 $
Author:
Adrian Brock

Constructor Summary
CollectionsUtil()
           
 
Method Summary
static List list(Enumeration e)
          Create a list from an enumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsUtil

public CollectionsUtil()
Method Detail

list

public static List list(Enumeration e)
Create a list from an enumeration

Parameters:
e - the enumeration
Returns:
the list


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.