Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is the advantage of NavigableMap over Map?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Java How to use NavigableMap?
  • Sample NavigableMap
  • What is a NavigableMap in Java?
  • what is the use of map in golang

  • What is the advantage of NavigableMap over Map?

    0

    The main advantage of NavigableMap over Map is the Navigation

    capability.

    It provides the capabilities of a Map, SortedMap and navigation in

    one collection.

    It even returns the closest matches for given search targets.

    Methods like lowerEntry, floorEntry, ceilingEntry, and higherEntry

    return Map.Entry objects associated with keys respectively less

    than, less than or equal, greater than or equal, and greater than a

    given key.

    Methods like lowerKey, floorKey, ceilingKey, and higherKey return

    only the associated keys. All of these methods are designed for

    locating, not traversing entries

    https://www.geeksforgeeks.org/navigablemap-interface-in-java-with-example/

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.