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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:58:59+00:00 2026-06-04T19:58:59+00:00

I have a scenario where I have a class that’s a listener to a

  • 0

I have a scenario where I have a class that’s a listener to a server. When I am notified I keep adding a string of values to an ArrayList. I now have threads that read from this ArrayList.

This ArrayList has the potential of becoming very large. I’m thinking of spawning a thread that checks every 10 mins if the max size has been reached and deletes a few lines that were added.

I was wondering what is the best way to achieve this?

Should I be using another DS?

  • 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-04T19:59:01+00:00Added an answer on June 4, 2026 at 7:59 pm

    You might want to consider using a LinkedList.

                     ArrayList    LinkedList
    add                O(1)*         O(1)
    remove             O(n)          O(n)
    Iterator.remove    O(n)          O(1)
    insert             O(n)          O(1)
    get                O(1)          O(n)
    

    * ArrayList.add runs in O(n) worst case if the array needs to be resized.

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

Sidebar

Related Questions

My Scenario I have a class library that is going to be called from
Here's the scenario: I'd like to have a host class that can have a
Typical scenario: a class that a lot of people have worked on. I'd like
Lets say i have the following scenario: public class A { public String createString(final
I'm a little bit confused by this scenario: I have a class that implements
I have a static configuration class that gets loaded up with values when the
we have the following scenario: an abstract class in dll1 a class that inherits
I have a scenario on which i got Class name as a string I
Have this scenario: public class Base { public string Name; } public Class ClassA
I have the following scenario: I have a QueueReader class that will be reading

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.