public interface SortedMapProtocol extends MapProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>>| Modifier and Type | Method and Description |
|---|---|
<K,V> NavigableMapDelegate<K,V> |
newSortedMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new sorted map delegate.
|
newMapDelegatetype<K,V> NavigableMapDelegate<K,V> newSortedMapDelegate(String name, Serializer serializer, PrimitiveManagementService managementService)
name - the map nameserializer - the map entry serializermanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.