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 8034383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:59:39+00:00 2026-06-05T01:59:39+00:00

There is two classes Auction and Lot . How to store data: Client (Thread)

  • 0

There is two classes Auction and Lot. How to store data: Client (Thread) and Bid (int) in a such way that this data structure can be easily searched by Bid(lot.Max) and returned relevant Client object?

public class Lot {

    public HashMap<ClientThread, Integer> mapBids= new HashMap<ClientThread, Integer>();
}

public class Auction {
    List<Lot> lots = new ArrayList<Lot>();
        for(Lot lot: lots){
            int lastBid = lot.BiggestBid;
            ...
              // How to get Client object which has "lot.BiggestBid" ? 
             System.out.println(
                 lot.mapBids.get(lot.BiggestBid).someClientThreadMethod(args)); // wrong 

         }
  }

Probably I need in Lot a data structure which will hold pair of Client and BiggestBid, and can be return the Client who have BiggestBid…


The Client and/or BiggestBid can be the same for some entities.


Maybe two parallel arrays will work.

  • 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-05T01:59:42+00:00Added an answer on June 5, 2026 at 1:59 am

    If the bids are unique – use TreeMap. Otherwise, use SortedList. Both Map and List are using natural order if no comparator specified during creation. The biggest and the smallest key retrieval is very efficient O(1). In case you need thread safety – use SynchronizedCollection,

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

Sidebar

Related Questions

There are two classes: A and B . There are algorithms for converting from
There are two classes, let's call them X and O. A number of elements
http://pastebin.com/1btVw8Cb There are two classes in the above code. So above is my code
I have a problem. There are two classes: struct Base { Base* retain() {
My program involves drawing triangles where i click them. There are two classes, Ecad
Let's say we have these two classes: public class Base { public static int
There are two classes A and B, where A is the base class and
I have two classes: Action class, that has a method for executing VBScript files,
In a project I'm working on there are two custom ActionFilterAttribute classes which are
There are two classes in my project (using ASP.NET MVC): AuthenticationService, and ProfileService. When

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.