|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.AbstractMapFactory
public abstract class AbstractMapFactory
This is the abstract base implementation of the MapFactory interface.
| Constructor Summary | |
|---|---|
AbstractMapFactory()
The constructor. |
|
| Method Summary | |
|---|---|
Map |
createGeneric()
This method creates a new instance of the generic Map type
<MAP>. |
Map |
createGeneric(int capacity)
This method creates a new instance of the generic Map type
<MAP>. |
Class<Map> |
getMapInterface()
This method gets the interface of the Map managed by this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.mmm.util.collection.api.MapFactory |
|---|
create, create, getMapImplementation |
| Constructor Detail |
|---|
public AbstractMapFactory()
| Method Detail |
|---|
public Class<Map> getMapInterface()
Map managed by this factory.
getMapInterface in interface MapFactory<Map>Map interface.public Map createGeneric()
Map type
<MAP>.
createGeneric in interface MapFactory<Map>Map instance.public Map createGeneric(int capacity)
Map type
<MAP>.
createGeneric in interface MapFactory<Map>capacity - is the capacity of the map to create.
Map instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||