|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jwutil.collections.MapFactory jwutil.collections.LightMap.Factory
public static class LightMap.Factory
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 |
---|
public static final LightMap.Factory INSTANCE
Method Detail |
---|
public final java.util.Map makeMap(java.util.Map map)
Map
, using the entries of
map
as a template for its initial mappings.
makeMap
in class MapFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |