Search:

Type: Posts; User: Brandon Seale

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    2,244

    Re: Arrays.Sort Help

    Thanks everyone, for help, just finished program. Didn't need to incorporate comparables/compare to for what i'm doing

    -Brandon Seale
  2. Replies
    5
    Views
    2,244

    Re: Arrays.Sort Help

    Sorry.


    /*
    * title: Main.java
    * name: Brandon Seale
    * date: 2/16
    * comments: used Happy Inventory as framework for project.
    */
    public class Main {
  3. Replies
    5
    Views
    2,244

    Arrays.Sort Help

    I have an array called list that contains string id, and double temp //names and values for weather stations

    I want to sort the list by the value temperature.


    public void Display2()
    { ...
Results 1 to 3 of 3