Search:

Type: Posts; User: Mr.777

Search: Search took 0.12 seconds.

  1. Re: unable to add my array(Words[]) to PriorityQueue

    PriorityQueue auto sorts the data it holds. You must read it again for what you need or explain in a precise way. Atleast i am unable to understand what you mean to ask/say...
  2. Re: unable to add my array(Words[]) to PriorityQueue

    for (int i = 0; i < 20; i++)
    PriorityQueues.add(String[] words);

    while(!stringQueue.isEmpty)
    System.out.println(stringQueue.remove());
    You must look the statement under for loop and the...
  3. Re: unable to add my array(Words[]) to PriorityQueue

    1. Use code tags to wrap the code in tags and if you don't know read FAQ.
    2. What do you want to do?
    3. What is the error/exception when you try to do this?
    4. Paste here the full error/exception...
Results 1 to 3 of 3