|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.util.CollectionFactory<T>
edu.stanford.nlp.util.CollectionFactory.HashSetFactory<T>
public static class CollectionFactory.HashSetFactory<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.stanford.nlp.util.CollectionFactory |
|---|
CollectionFactory.ArrayListFactory<T>, CollectionFactory.HashSetFactory<T>, CollectionFactory.LinkedListFactory<T>, CollectionFactory.SizedArrayListFactory<T>, CollectionFactory.TreeSetFactory<T> |
| Field Summary |
|---|
| Fields inherited from class edu.stanford.nlp.util.CollectionFactory |
|---|
ARRAY_LIST_FACTORY, HASH_SET_FACTORY, LINKED_LIST_FACTORY, TREE_SET_FACTORY |
| Constructor Summary | |
|---|---|
CollectionFactory.HashSetFactory()
|
|
| Method Summary | |
|---|---|
java.util.Collection<T> |
newCollection()
|
java.util.Collection<T> |
newEmptyCollection()
|
| Methods inherited from class edu.stanford.nlp.util.CollectionFactory |
|---|
arrayListFactory, arrayListFactory, hashSetFactory, linkedListFactory, treeSetFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionFactory.HashSetFactory()
| Method Detail |
|---|
public java.util.Collection<T> newCollection()
newCollection in class CollectionFactory<T>public java.util.Collection<T> newEmptyCollection()
newEmptyCollection in class CollectionFactory<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||