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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:14:50+00:00 2026-05-28T19:14:50+00:00

I need a java dictionary that would be like (C# representation): Dictionary<SomeEnumType, List<int, long>>

  • 0

I need a java dictionary that would be like (C# representation):

Dictionary<SomeEnumType, List<int, long>>

So I want to use it like this:

List<int, long> v1 = myDic[SomeEnumType.Value1];

foreach(int i in v1)
{
    long l1 = v1[i];
}

And the List should be unique based on the int value.

What java structure supports the above?

  • 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-28T19:14:51+00:00Added an answer on May 28, 2026 at 7:14 pm

    You would use something like this:

    HashMap<SomeEnumType, HashMap<Integer, Long>>
    

    You would not want to use List because it stores single items whereas you want a collection of key-value pairs or mappings. A HashMap will only store objects for unique keys. In this case, the inner HashMap will store only unique integers and the outer HashMap will store only unique Enum types. You can look at the different available implementations of Map to see which one will best suit your needs.

    Reference: http://docs.oracle.com/javase/7/docs/api/java/util/Map.html

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

Sidebar

Related Questions

I need to test my data structure (in java) which is like a dictionary
I need a java script function that converts the document object of the current
I have a XML schema that I will need to create Java classes for.
I'd like to have a java.utils.Timer with a resettable time in java.I need to
I need to write a Java Comparator class that compares Strings, however with one
I've ran across several questions and articles saying that dictionary implementation in java is
I need a good spell checker library for Java that can spell check a
I've been familiar with HashMaps for years. In java I use them like associative
I have a dictionary of objects that need to be cleaned up before they
For GWT client side you need Java source code so i got that idea

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.