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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:01:05+00:00 2026-05-10T17:01:05+00:00

I am getting very frustrated because I cannot seem to figure out why Collections

  • 0

I am getting very frustrated because I cannot seem to figure out why Collections shuffling is not working properly.

Lets say that I am trying to shuffle the randomizer array.

int[] randomizer = new int[] {200,300,212,111,6,2332};  Collections.shuffle(Arrays.asList(randomizer)); 

For some reason the elements stay sorted exactly the same whether or not I call the shuffle method. Any ideas?

  • 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. 2026-05-10T17:01:06+00:00Added an answer on May 10, 2026 at 5:01 pm

    Arrays.asList cannot be used with arrays of primitives. Use this instead:

    Integer[] randomizer = new Integer[] {200,300,212,111,6,2332};  Collections.shuffle(Arrays.asList(randomizer)); 

    The same rule applies to most classes in the collections framework, in that you can’t use primitive types.

    The original code (with int[]) compiled fine, but did not work as intended, because of the behaviour of the variadic method asList: it just makes a one-element list, with the int array as its only member.

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

Sidebar

Related Questions

Im a newbie coder and I was getting very frustrated because I keep getting
I'm very frustrated with getting ImageMagick to run. The Situation: ImageMagick is installed on
I've been staring at this for a while and not getting very far. FruitBasketFactory,
I am trying to parse XML with Python but not getting very far. I
I'm getting very frustrated and I'm hoping someone here can help. I have a
So I am digging through the WebOS enyo framework and am getting very frustrated.
I'm getting very frustrated with JSF development using Tomcat 7 within Eclipse (or more
I am getting very strange errors and i am not able to understand what
I'm working on my first C++/CLI wrapper and am getting very confused wrt pointers.
I am getting very frustrated with this jquery form validation ajaxSubmit(); In chrome, it

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.