System.out.println("Enter the value for Navigable Map or Navigable Set"); System.out.println("Enter 1 for Navigable Map "); System.out.println("Enter 2 for Navigable Set"); ...
Would it be possible to get a NavigableMap interface to the TreeMaps instead of the SortedMap interface? We are writing a thesis about data modelling in java and we are considering using JDBM3 for ...