Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Getting mp3 files from folder and sorting them using hashmap.

    What have you tried? Where are you stuck?

    Lesson: Classes and Objects (The Java™ Tutorials > Learning the Java Language)
  2. Re: Getting mp3 files from folder and sorting them using hashmap.

    Instead of using a HashMap, I would recommend creating an Object that stores pertinent information about an mp3, including name and file location. Then you can implement Comparable and use that to...
Results 1 to 2 of 2