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