Title: Java NavigableMap Interface | Java Tutorials | CodeMistic
Description: NavigableMap is an extension of SortedMap which provides convenient navigation method like lowerKey, floorKey, ceilingKey and higherKey, and along with these popular navigation method it also provide ways to create a Sub Map from existing Map in Java e.g. headMap whose keys are less than specified key, tailMap whose keys are greater than specified key and a subMap which is strictly contains keys which falls between toKey and fromKey.
Keywords:
Domain: codemistic.github.io
Links:
Viewport: width=device-width, initial-scale=1.0