|
|||||||||
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.LinkedListFactory<T>
public static class CollectionFactory.LinkedListFactory<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.stanford.nlp.util.CollectionFactory |
---|
CollectionFactory.ArrayListFactory<T>, CollectionFactory.HashSetFactory<T>, CollectionFactory.LinkedListFactory<T> |
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.util.CollectionFactory |
---|
ARRAY_LIST_FACTORY, HASH_SET_FACTORY, LINKED_LIST_FACTORY |
Constructor Summary | |
---|---|
CollectionFactory.LinkedListFactory()
|
Method Summary | |
---|---|
java.util.Collection<T> |
newCollection()
|
java.util.Collection<T> |
newEmptyCollection()
|
Methods inherited from class edu.stanford.nlp.util.CollectionFactory |
---|
arrayListFactory, hashSetFactory, linkedListFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionFactory.LinkedListFactory()
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 |