edu.stanford.nlp.util
Class CollectionFactory.HashSetFactory

java.lang.Object
  extended by edu.stanford.nlp.util.CollectionFactory
      extended by edu.stanford.nlp.util.CollectionFactory.HashSetFactory
All Implemented Interfaces:
Serializable
Enclosing class:
CollectionFactory

public static class CollectionFactory.HashSetFactory
extends CollectionFactory

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.util.CollectionFactory
CollectionFactory.ArrayListFactory, CollectionFactory.HashSetFactory
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.util.CollectionFactory
ARRAY_LIST_FACTORY, HASH_SET_FACTORY
 
Constructor Summary
CollectionFactory.HashSetFactory()
           
 
Method Summary
 Collection newCollection()
           
 Collection newEmptyCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFactory.HashSetFactory

public CollectionFactory.HashSetFactory()
Method Detail

newCollection

public Collection newCollection()
Specified by:
newCollection in class CollectionFactory

newEmptyCollection

public Collection newEmptyCollection()
Specified by:
newEmptyCollection in class CollectionFactory


Stanford NLP Group