|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.AbstractSortedMapFactory
public abstract class AbstractSortedMapFactory
This is the abstract base implementation of the SortedMapFactory
interface.
| Constructor Summary | |
|---|---|
AbstractSortedMapFactory()
The constructor. |
|
| Method Summary | |
|---|---|
SortedMap |
createGeneric()
This method creates a new instance of the generic Map type
<MAP>. |
SortedMap |
createGeneric(int capacity)
This method creates a new instance of the generic Map type
<MAP>. |
Class<SortedMap> |
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.SortedMapFactory |
|---|
create, create |
| Methods inherited from interface net.sf.mmm.util.collection.api.MapFactory |
|---|
getMapImplementation |
| Constructor Detail |
|---|
public AbstractSortedMapFactory()
| Method Detail |
|---|
public Class<SortedMap> getMapInterface()
Map managed by this factory.
getMapInterface in interface MapFactory<SortedMap>Map interface.public SortedMap createGeneric()
Map type
<MAP>.
createGeneric in interface MapFactory<SortedMap>Map instance.public SortedMap createGeneric(int capacity)
Map type
<MAP>.
createGeneric in interface MapFactory<SortedMap>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 | |||||||||