org.semanticweb.owl.util
Class CollectionFactory
java.lang.Object
  
org.semanticweb.owl.util.CollectionFactory
public class CollectionFactory
- extends java.lang.Object
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 10-Jan-2007
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CollectionFactory
public CollectionFactory()
createSet
public static <T> java.util.Set<T> createSet()
 
createSet
public static <T> java.util.Set<T> createSet(int initialCapacity)
 
createMap
public static <K,V> java.util.Map<K,V> createMap()
 
createSet
public static <T> java.util.Set<T> createSet(T... elements)