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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:16:23+00:00 2026-05-28T11:16:23+00:00

Is it possible to rewrite this C# code into java? public interface IEnumerable<out T>

  • 0

Is it possible to rewrite this C# code into java?

public interface IEnumerable<out T> : IEnumerable
{

    IEnumerator<T> GetEnumerator();
}

I have problem creating generic class with parameter T in its name. I also don’t know, how to solve out parameter, which Java don’t support. Anyone who is experienced in both platforms?

  • 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-28T11:16:24+00:00Added an answer on May 28, 2026 at 11:16 am

    The out here isn’t for an out parameter in the normal sense – it’s expressing the fact that IEnumerable<T> is covariant in T. That allows you to say, for example:

    IEnumerable<string> strings = new List<string>();
    IEnumerable<object> objects = strings;
    

    Java deals with generic variance very differently, basically. In fact, generics in Java are very different in general – look at the Java Generics FAQ for a lot more detail.

    The near-equivalent of IEnumerable<T> in Java is Iterable<T> – you’d be far better off using that than copying IEnumerable<T> across. (For example, Iterable<T> has language support in Java in the form of the “enhanced for loop”.)

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

Sidebar

Related Questions

I will be as specific as possible.. I have this code: // bintodec.cpp :
Is it possible to rewrite this extension method without the parameter? public static string
Is it possible to re-write (Apache Mod-Rewrite) a URL from this: http://www.example.com/view.php?t=h5k6 to this
Is it possible to rewrite this query without using a subquery? SELECT `products`.`id` AS
I'm trying to rewrite some javascript code into Python. Which brings some problems since
Recent events on the blogosphere have indicated that a possible performance problem with Scala
Does anyone have any idea if it is possible to put additional variables into
Is it possible to re-write this query to restart numbering when the UName changes
Hi all is it possible to rewrite query: select userid from User where userid
Is is possible to use Tuckey's URL Rewrite to rewrite to a different Tomcat

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.