Search:

Type: Posts; User: drk

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,847

    Re: Help with Sort arrays

    Thank you for the answer.

    There are some advices in my project text:

    -the structure of classes cant be modified
    -the iterators can use support structures
    -the iterators must throw...
  2. Replies
    5
    Views
    2,847

    Re: Help with Sort arrays

    thanks for the help,

    but i need an algorithm for implement the method toArray() of HashSet Class.

    the problem is that my HashSet (custom class, not standard HashSet.java) is implemented with...
  3. Replies
    5
    Views
    2,847

    Help with Sort arrays

    Hello,

    I have a problem with arrays.

    if i have an array of Integers (EX. Object[] tab = new Object[20];, tab[0] = new Integer(2); )

    is possible to sort array's members with an iterator?
    ...
Results 1 to 3 of 3