CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: sorting objects

  1. #1
    Guest

    sorting objects

    Hi

    Could anyone tell me how to Sort Objects. My object basically contains int, string, date, double values. I know the column
    names that i am supposed to sort on, and also the type of the columns. the sort can be on any number of columns. I am using
    java 1.1.6

    Thanks K


  2. #2
    Join Date
    Apr 2000
    Posts
    5

    Re: sorting objects

    send me what code u have and I will fix your problem.

    mke

    [email protected]


  3. #3
    Join Date
    Apr 2000
    Location
    IL,U.S.A
    Posts
    33

    Re: sorting objects

    Try using the Collections API (java.util package) They have some algorithms also specified.Chech'em out

    Sushma


  4. #4
    Join Date
    Sep 1999
    Location
    Dubai, UAE
    Posts
    38

    Re: sorting objects


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured