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.