jwutil.collections
Class LightMap.Factory

java.lang.Object
  extended by jwutil.collections.MapFactory
      extended by jwutil.collections.LightMap.Factory
Enclosing class:
LightMap

public static class LightMap.Factory
extends MapFactory


Field Summary
static LightMap.Factory INSTANCE
           
 
Fields inherited from class jwutil.collections.MapFactory
hashMapFactory, treeMapFactory
 
Method Summary
 java.util.Map makeMap(java.util.Map map)
          Generates a new Map, using the entries of map as a template for its initial mappings.
 
Methods inherited from class jwutil.collections.MapFactory
makeMap, synchronizedMapFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final LightMap.Factory INSTANCE
Method Detail

makeMap

public final java.util.Map makeMap(java.util.Map map)
Generates a new Map, using the entries of map as a template for its initial mappings.

Specified by:
makeMap in class MapFactory


Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.