Interface TSortedMap<K,V>

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

public interface TSortedMap<K,V> extends TSequencedMap<K,V>