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 $

Constructor Summary
ListFactory()
           
 
Method Summary
static Collection getCollection()
           
static List getList()
           
static List getList(List list)
           
static Map getMap()
           
static Map getMap(Map map)
           
static Set getSet()
           
static Set getSet(Collection c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFactory

public ListFactory()
Method Detail

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