org.knowceans.map
Class MapFactory<X,Y>

java.lang.Object
  extended by org.knowceans.map.MapFactory<X,Y>

public class MapFactory<X,Y>
extends java.lang.Object

MapFactory is an experimental class that creates map classes

Author:
heinrich

Constructor Summary
MapFactory()
           
 
Method Summary
 java.util.Map<X,Y> createMap(boolean keyUnique, boolean valueUnique, boolean invertible, boolean sorted)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory

public MapFactory()
Method Detail

createMap

public java.util.Map<X,Y> createMap(boolean keyUnique,
                                    boolean valueUnique,
                                    boolean invertible,
                                    boolean sorted)

main

public static void main(java.lang.String[] args)