Interface TNavigableMap<K,V>

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

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