|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Util.Collections.MapFactory
MapFactory
is a Map
generator.
Subclasses should implement constructions of specific types of
Map
s.
Constructor Summary | |
MapFactory()
Creates a MapFactory . |
Method Summary | |
Map |
makeMap()
Generates a new, mutable, empty Map . |
abstract Map |
makeMap(Map map)
Generates a new Map , using the entries of
map as a template for its initial mappings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapFactory()
MapFactory
.
Method Detail |
public final Map makeMap()
Map
.
public abstract Map makeMap(Map map)
Map
, using the entries of
map
as a template for its initial mappings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |