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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.objectstyle.ashwood.graph.CollectionFactory.HashSetFactory
All Implemented Interfaces:
CollectionFactory, java.io.Serializable
Direct Known Subclasses:
CollectionFactory.TreeSetFactory
Enclosing class:
CollectionFactory

public static class CollectionFactory.HashSetFactory
extends java.lang.Object
implements CollectionFactory, java.io.Serializable


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.HashSetFactory()
           
 
Method Summary
 java.util.Collection create()
           
 java.util.Collection createEmpty()
           
 java.util.Collection createSingleton(java.lang.Object contents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFactory.HashSetFactory

public CollectionFactory.HashSetFactory()
Method Detail

create

public java.util.Collection create()
Specified by:
create in interface CollectionFactory

createSingleton

public java.util.Collection createSingleton(java.lang.Object contents)
Specified by:
createSingleton in interface CollectionFactory

createEmpty

public java.util.Collection createEmpty()
Specified by:
createEmpty in interface CollectionFactory