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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:08:17+00:00 2026-05-26T08:08:17+00:00

For example, I have set of geometrical figures: Set<Figure> figures; There are two types

  • 0

For example, I have set of geometrical figures:

Set<Figure> figures;

There are two types of Figure: Square and Circle.

I want to get set of squares using google collections:

Iterables.filter(figures,squarePredicate);

But filter method return Iterable… How can I create Set from Iterable? (without using loop on Iterable)

  • 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-26T08:08:17+00:00Added an answer on May 26, 2026 at 8:08 am

    I think you need to rethink your requirements. You need a set of squares. Why?

    A set gives you uniqueness and iteration, nothing more. You have uniqueness in your Iterable, because the source is a set, and you can iterate over the items in an Iterable. So why would you need the set?

    There are only two possible reasons: either you are working with an API that needs a Set (or Collection) parameter, or you need to somehow display the Set’s size.

    In these cases, use Sets.newHashSet(iterable) to create a Set (on one hand of course that requires a full iteration, on the other hand: you will need a full iteration at one point anyway when you are iterating over the values, so why not do it now?). Otherwise, just use the Iterable and forget about a Set.

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

Sidebar

Related Questions

I have a set of urls for example http://t3.gstatic.com/images?q=tbn:ANd9GcRfLZhH0jpyUJxGtsiHcldUPiNQsosLdR9xgcYqVWyRWGYS4qtt http://feeds.feedburner.com/~r/DrudgeReportFeed/~4/zSLWG4ybmjw I want to remove
I have a image (png file) with opacity 35%, i want for example: Set
For example I have site http://localhost/site In IIS I set that 404 error causes
If I have domain name example.com , and if I set an A record
I have a question. How Can I set font for example: Harrington in textview.
I have set up AuthLogic almost exactly as per the AuthLogic example app at
I have set up some User Friendly URL rules in IIS7 using the URL
For example a have set of words. 1000 words. And on click i need
I have set up the spellchecker for the example installation configuration that comes with
I have set of xml elements like this: <item code=<HTML_CODE> /> For example: <items>

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.