org.picocontainer.defaults
Class MapFactory

java.lang.Object
  extended byorg.picocontainer.defaults.MapFactory

public class MapFactory
extends Object

A simple factory for ordered maps: use JDK1.4's java.util.LinkedHashMap if available, or commons-collection's LinkedMap, or defaults to unordered java.util.HashMap

Version:
$Revision: $
Author:
Gregory Joseph

Constructor Summary
MapFactory()
           
 
Method Summary
 Map newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory

public MapFactory()
Method Detail

newInstance

public Map newInstance()


Copyright © 2003-2007 Codehaus. All Rights Reserved.