NavigableMap in Java | Methods, Example
NavigableMap in Java is an interface that is a subinterface of SortedMap interface. It extends SortedMap interface to handle the retrieval of entries based on the closet match to a given key or keys. NavigableMap interface was added by Java 1.6 version. It is present in java.util.NavigableMap package. NavigableMap interface … Read more