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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 66k
  • Answers 66k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer isinstance() In your case, isinstance('this is a string', str) will… May 11, 2026 at 11:23 am
  • added an answer IOStream library does it The ofstream class provides the interface… May 11, 2026 at 11:22 am
  • added an answer If Table3 contains all values in Table1 UNION Table2, then… May 11, 2026 at 11:22 am

Related Questions

I am getting very frustrated because I cannot seem to figure out why Collections
I am getting a very non specific error when trying to connect to SQL
I am getting this error but only very occasionally. 99.9% of the time it
I am getting a string hash like this: string content = a very long
I am getting back into a bit more .NET after a few-years of not
I am getting C++ Compiler error C2371 when I include a header file that
I am getting the following error: Access denied for user 'apache'@'localhost' (using password: NO)
I am getting a NoClassDefFoundError when I run my Java application. What is typically
I am getting this error now that I hit version number 1.256.0: Error 4
I am getting this error when trying to run internet information services on a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.