public class AtomicSortedMapType<K extends Comparable<K>,V> extends Object implements PrimitiveType<AtomicSortedMapBuilder<K,V>,AtomicSortedMapConfig,AtomicSortedMap<K,V>>
| Constructor and Description |
|---|
AtomicSortedMapType() |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<K>,V> |
instance()
Returns a new consistent tree map type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
AtomicSortedMapBuilder<K,V> |
newBuilder(String name,
AtomicSortedMapConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
AtomicSortedMapConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewResourcepublic static <K extends Comparable<K>,V> AtomicSortedMapType<K,V> instance()
K - the key typeV - the value typepublic Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<AtomicSortedMapBuilder<K extends Comparable<K>,V>,AtomicSortedMapConfig,AtomicSortedMap<K extends Comparable<K>,V>>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<AtomicSortedMapBuilder<K extends Comparable<K>,V>,AtomicSortedMapConfig,AtomicSortedMap<K extends Comparable<K>,V>>config - the service configurationpublic AtomicSortedMapConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<AtomicSortedMapBuilder<K extends Comparable<K>,V>,AtomicSortedMapConfig,AtomicSortedMap<K extends Comparable<K>,V>>newConfig in interface ConfiguredType<AtomicSortedMapConfig>public AtomicSortedMapBuilder<K,V> newBuilder(String name, AtomicSortedMapConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<AtomicSortedMapBuilder<K extends Comparable<K>,V>,AtomicSortedMapConfig,AtomicSortedMap<K extends Comparable<K>,V>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.