Package io.atomix.primitive.protocol.map
Interface SortedMapDelegate<K,V>
- All Superinterfaces:
Map<K,V>,MapDelegate<K,V>,SortedMap<K,V>
- All Known Subinterfaces:
NavigableMapDelegate<K,V>
@Beta public interface SortedMapDelegate<K,V> extends MapDelegate<K,V>, SortedMap<K,V>
Sorted map protocol.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeMethods inherited from interface io.atomix.primitive.protocol.map.MapDelegate
addListener, close, removeListener