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

Quick Search    Search Deep

org.objectstyle.ashwood.graph
Class MapDigraph.HashMapFactory  view MapDigraph.HashMapFactory download MapDigraph.HashMapFactory.java

java.lang.Object
  extended byorg.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


Constructor Summary
MapDigraph.HashMapFactory()
           
 
Method Summary
 java.lang.Object create()
          Simple method from which will come the new object from the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapDigraph.HashMapFactory

public MapDigraph.HashMapFactory()
Method Detail

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