|
|||||||||
| 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.HashSetFactory

java.lang.Objectorg.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
- extends java.lang.Object
| 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:
createin interfaceCollectionFactory
createSingleton
public java.util.Collection createSingleton(java.lang.Object contents)
- Specified by:
createSingletonin interfaceCollectionFactory
createEmpty
public java.util.Collection createEmpty()
- Specified by:
createEmptyin interfaceCollectionFactory
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectstyle.ashwood.graph.CollectionFactory.HashSetFactory