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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:48:50+00:00 2026-06-09T08:48:50+00:00

I am trying to initialise a generic class with all the availables values from

  • 0

I am trying to initialise a generic class with all the availables values from an Enum. HEre is how I would like it to work:

public class MyClass<E extends Enum<E>> {

    E[] choices;

    public MyClass() {
        choices = E.values();
    }

However, the call to E.values is not accepted in Eclipse saying that this method is undefined for this E.

Using this constructor instead is accepted, but requires the caller to provide the values:

public MyClass(E[] e) {
    choices = e;
}

In the documentation I found:

Java programming language enum types are much more powerful than their
counterparts in other languages. The enum declaration defines a class
(called an enum type). The enum class body can include methods and
other fields. The compiler automatically adds some special methods
when it creates an enum. For example, they have a static values method
that returns an array containing all of the values of the enum in the
order they are declared.

Is there a way to workaround this issue ?

  • 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-09T08:48:52+00:00Added an answer on June 9, 2026 at 8:48 am

    Your best option is probably to pass a Class of the desired enum to the constructor. (See how an EnumMap is constructed for instance.)

    You can then use clazz.getEnumConstants() to get hold of the constants.

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

Sidebar

Related Questions

QVariant (needed for QSettings class) supports creation from QMap<QString, QVariant> But trying to initialise
I'm trying to initialise a structure which ends with an array[0] (here, char iedata[0]
I am trying to get a custom enum class working which should enable me
I am trying to use Generic DataContract class so that I don't have to
I am trying to initialize a generic collection List something like this: List<MyCustomClass> myCustomClassList
For my current homework, I'm trying to sort my array through a generic class
I'm having problems trying to pass an Integer object from a driver class as
I'm using Delphi 9's TDictionary generic class. My TDictionary looks like this: g_FileHandlers :
Trying to initialize and set things up for a class as follows: class Accel
I'm trying to initialize string with iterators and something like this works: ifstream fin(tmp.txt);

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.