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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:09:55+00:00 2026-05-20T11:09:55+00:00

I apologize for the basic question but my newness to Java is causing me

  • 0

I apologize for the basic question but my newness to Java is causing me some frustration and I am unable to find an elegant way to do this from my searches.

I want to iterate through a linked list using a For construct but also have an numerical iterator so that I can break the loop after a certain number of iterations.

I have this LL that I am iterating through:

LinkedList<SearchResult> docSearch;

I tried doing it like this but then only the iterator part worked (the result was always stuck on the first entry for each iteration)

for (SearchResult result : docSearch) while (iter2 < 50)  { 

//do stuff
iter2 = iter2 + 1;
}

Any advice is appreciated

  • 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-05-20T11:09:56+00:00Added an answer on May 20, 2026 at 11:09 am

    If you have to do that sort of checking, then I would just do it with an if in the block.

    for (SearchResult result : docSearch)  {
      if (iter2 >= 50) break;
    
      //do stuff
      iter2 += 1;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is extremely basic and I apologize for asking such a rookie question. But
I know this is a basic question, but I can't seem to find an
I apologize if this question is too basic, but I just can't figure out
this is a real basic question but i was struggling at it from 30
Apologies if this is a very basic question, but I am preparing to create
I apologize for the subjectiveness of this question, but I am a little stuck
I know this is a basic question, but I'm having a bit of trouble
This is a basic question about the JavaScript (ECMAScript) language so I apologize in
This seems like such a basic question, so I apologize if it's already been
I recognise this is a popular question but I couldn't find anything that answered

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.