Package io.atomix.primitive.protocol.map
Interface NavigableMapDelegate<K,V>
- All Superinterfaces:
Map<K,V>,MapDelegate<K,V>,NavigableMap<K,V>,SortedMap<K,V>,SortedMapDelegate<K,V>
@Beta public interface NavigableMapDelegate<K,V> extends SortedMapDelegate<K,V>, NavigableMap<K,V>
Navigable 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, removeListenerMethods inherited from interface java.util.NavigableMap
ceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMap