Interface TSortedMap<K,​V>

Type Parameters:
K -
V -
All Superinterfaces:
TMap<K,​V>
All Known Subinterfaces:
TNavigableMap<K,​V>
All Known Implementing Classes:
TTreeMap

public interface TSortedMap<K,​V> extends TMap<K,​V>
Author:
Alexey Andreev