public abstract class AbstractConcurrentNavigableMapFactory extends Object implements ConcurrentNavigableMapFactory
ConcurrentNavigableMapFactory
interface.Constructor and Description |
---|
AbstractConcurrentNavigableMapFactory()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentNavigableMap |
createGeneric()
This method creates a new instance of the generic
Map type <MAP>. |
ConcurrentNavigableMap |
createGeneric(int capacity)
This method creates a new instance of the generic
Map type <MAP>. |
Class<ConcurrentNavigableMap> |
getMapInterface()
This method gets the interface of the
Map managed by this factory. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create
getMapImplementation
public AbstractConcurrentNavigableMapFactory()
public Class<ConcurrentNavigableMap> getMapInterface()
MapFactory
Map
managed by this factory.getMapInterface
in interface MapFactory<ConcurrentNavigableMap>
Map
interface.public ConcurrentNavigableMap createGeneric()
MapFactory
Map
type <MAP>.createGeneric
in interface MapFactory<ConcurrentNavigableMap>
Map
instance.public ConcurrentNavigableMap createGeneric(int capacity)
MapFactory
Map
type <MAP>.createGeneric
in interface MapFactory<ConcurrentNavigableMap>
capacity
- is the capacity of the map to create.Map
instance.Copyright © 2001–2016 mmm-Team. All rights reserved.