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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:11:10+00:00 2026-06-18T16:11:10+00:00

Iam wondering about the best way to prevent accessing to multiple loops in a

  • 0

Iam wondering about the best way to prevent accessing to multiple loops in a scalable way

String token;
ArrayList numbers;
ArrayList names;

for(String n : numbers){
   if(token.equals(n)){
      break;
   }
}

for(String n : names){
   if(token.equals(n)){
      break;
   }
}

I want to skip accessing the 2nd loop if i found a hit on the first one but i want to do it in a scalable way because maybe later i will have 5 lists

Solutions that i thought about

  1. Make multiple returns inside the loops, but this is not a good programming technique

  2. Set a flag and use it in the other loops(either by if condition or put it in the loop condition, but when we have 5 different lists, it means i will have 5 flags and checks on the loop before me.

I would appreciate your suggestions. Thank you

  • 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-18T16:11:11+00:00Added an answer on June 18, 2026 at 4:11 pm
    public static boolean contains (Object element, Collection <?> ... collections)
    {
        for (Collection c: collections)
            if (c.contains (element)) return true;
    
        return false;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am wondering if this is the best way to go about solving my
In my asp.net mvc 2 app, I'm wondering about the best way to implement
I am wondering about what is the best way to handle the last byte
I am wondering the best way about setting up asp.net membership in sql server
I am very new to mongodb/mongoid and was wondering about the best way to
I am wondering about the best way to store a hotkey in preferences in
I was wondering about the best way to implement a Confirm Page upon form
I am wondering about the best way, how to save & display thumbs of
I am wondering what is the best way to stop duplciate submissions when using
I am wondering the best way to handle blocking computers after the users commit

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.