edu.stanford.nlp.util
Class CollectionFactory.HashSetFactory<T>
java.lang.Object
edu.stanford.nlp.util.CollectionFactory<T>
edu.stanford.nlp.util.CollectionFactory.HashSetFactory<T>
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CollectionFactory<T>
public static class CollectionFactory.HashSetFactory<T>
- extends CollectionFactory<T>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFactory.HashSetFactory
public CollectionFactory.HashSetFactory()
newCollection
public Collection<T> newCollection()
- Specified by:
newCollection
in class CollectionFactory<T>
newEmptyCollection
public Collection<T> newEmptyCollection()
- Specified by:
newEmptyCollection
in class CollectionFactory<T>
Stanford NLP Group