ikrs.util
Class TreeMapFactory<K,V>

java.lang.Object
  extended by ikrs.util.TreeMapFactory<K,V>
All Implemented Interfaces:
MapFactory<K,V>

public class TreeMapFactory<K,V>
extends java.lang.Object
implements MapFactory<K,V>


Constructor Summary
TreeMapFactory()
           
TreeMapFactory(java.util.Comparator<K> keyComparator)
           
 
Method Summary
 java.util.Map<K,V> createMap()
          Creates a new empty map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeMapFactory

public TreeMapFactory()

TreeMapFactory

public TreeMapFactory(java.util.Comparator<K> keyComparator)
Method Detail

createMap

public java.util.Map<K,V> createMap()
Description copied from interface: MapFactory
Creates a new empty map.

Specified by:
createMap in interface MapFactory<K,V>