Package nz.ac.waikato.jdsl.core.ref

Examples of nz.ac.waikato.jdsl.core.ref.IntegerComparator


   * queue.  If necessary, it can be preinitialized, although you
   * will need to accommodate that fact in other methods.
   * @return PriorityQueue to be used by the algorithm
   */
  protected PriorityQueue newPQ () {
    return new ArrayHeap(new IntegerComparator());
  }
View Full Code Here

TOP

Related Classes of nz.ac.waikato.jdsl.core.ref.IntegerComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.