Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7897701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:14:06+00:00 2026-06-03T08:14:06+00:00

Need to choose optimal data structure for fast work with list of locations and

  • 0

Need to choose optimal data structure for fast work with list of locations and regions.

There is simple POJO for locations(cities):

public class Location {

    private String name;
    private int post; //id

And for regions(districts):

public class Region {
    private String name;
    private int id;
    private List<Location> cities;

And finally I have List of Region objects.
What I need to do:

  1. Search Locations name by its post(id)
  2. Search Locations post by its name. Note: Name is not unique, so I need to prefer some concrete Location over another in case of identical names

The question is what data structure should I use?
I am thinking of TreeMap with contains ALL the Locations from ALL regions. So I can fast get location by Name(string).
For p 1. I have solution: post of Location contains id of Region. So If Region have id=1, then its Locations post will be 10001, 10002 etc.
Or maybe I need to choose some new Collections type introduced by Guava, since it already present in project?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:14:07+00:00Added an answer on June 3, 2026 at 8:14 am

    Add all locations to two HashMaps:

    1. one with the all Locations with Location name as the key and a List of Location as value.
    2. other with id as the key and the Location as the value?

    Preferably hide the two hashmaps in one class doing the lookups for you.

    Or am I missing something?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to choose a compression algorithm to compress some data. I don't know
If I need to choose a collation mode to work with, how do I
I need to choose between two starting (Main) activities based on some stored data.
I need to choose a jQuery data grid plugin that plays well with MVC2.
If you need to choose the language to write your integration tests, what language
As part of a numerical library test I need to choose base 10 decimal
In our COM project, we need to choose between best string class implementation so
I've used both SVN and CVS a little bit, but will need to choose
I am currently using whoosh to dev a website, and I'll need to choose
I have xpath page.search(//table[@class='campaign']//table) which returns two tables. I need to choose only first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.