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

Quick Search    Search Deep

Util.Collections
Class LightMap.Factory  view LightMap.Factory download LightMap.Factory.java

java.lang.Object
  extended byUtil.Collections.MapFactory
      extended byUtil.Collections.LightMap.Factory
Enclosing class:
LightMap

public static class LightMap.Factory
extends MapFactory


Field Summary
static LightMap.Factory INSTANCE
           
 
Constructor Summary
private LightMap.Factory()
           
 
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 Util.Collections.MapFactory
makeMap
 
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
Constructor Detail

LightMap.Factory

private LightMap.Factory()
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