org.semanticweb.owl.impl.model
Class ListFactory
java.lang.Object
|
+--org.semanticweb.owl.impl.model.ListFactory
- public class ListFactory
- extends Object
Factory for collection types.
- Version:
- $Id: ListFactory.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListFactory
public ListFactory()
getMap
public static Map getMap()
getMap
public static Map getMap(Map map)
getList
public static List getList()
getList
public static List getList(List list)
getSet
public static Set getSet()
getSet
public static Set getSet(Collection c)
getCollection
public static Collection getCollection()
WonderWeb