|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph
Class CollectionFactory.LinkedListFactory

java.lang.Objectorg.objectstyle.ashwood.graph.CollectionFactory.ArrayListFactory
org.objectstyle.ashwood.graph.CollectionFactory.LinkedListFactory
- All Implemented Interfaces:
- CollectionFactory, java.io.Serializable
- Enclosing class:
- CollectionFactory
- public static class CollectionFactory.LinkedListFactory
- extends CollectionFactory.ArrayListFactory
| Nested Class Summary |
| Nested classes inherited from class org.objectstyle.ashwood.graph.CollectionFactory |
CollectionFactory.ArrayListFactory, CollectionFactory.HashSetFactory, CollectionFactory.LinkedListFactory, CollectionFactory.TreeSetFactory |
| Field Summary |
| Fields inherited from interface org.objectstyle.ashwood.graph.CollectionFactory |
ARRAYLIST_FACTORY, HASHSET_FACTORY, LINKEDLIST_FACTORY, TREESET_FACTORY |
| Constructor Summary | |
CollectionFactory.LinkedListFactory()
|
|
| Method Summary | |
java.util.Collection |
create()
|
| Methods inherited from class org.objectstyle.ashwood.graph.CollectionFactory.ArrayListFactory |
createEmpty, createSingleton |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CollectionFactory.LinkedListFactory
public CollectionFactory.LinkedListFactory()
| Method Detail |
create
public java.util.Collection create()
- Specified by:
createin interfaceCollectionFactory- Overrides:
createin classCollectionFactory.ArrayListFactory
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC