Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.ashwood.graph
Class CollectionFactory.LinkedListFactory  view CollectionFactory.LinkedListFactory download CollectionFactory.LinkedListFactory.java

java.lang.Object
  extended byorg.objectstyle.ashwood.graph.CollectionFactory.ArrayListFactory
      extended byorg.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:
create in interface CollectionFactory
Overrides:
create in class CollectionFactory.ArrayListFactory