java.lang.Object
org.objectstyle.ashwood.graph.MapDigraph.HashMapFactory
- All Implemented Interfaces:
- org.apache.commons.collections.Factory, java.io.Serializable
- Enclosing class:
- MapDigraph
- public static class MapDigraph.HashMapFactory
- extends java.lang.Object
- implements org.apache.commons.collections.Factory, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapDigraph.HashMapFactory
public MapDigraph.HashMapFactory()
create
public java.lang.Object create()
- Description copied from interface:
org.apache.commons.collections.Factory
- Simple method from which will come the new object from the factory.
- Specified by:
create in interface org.apache.commons.collections.Factory