Package jdsl.core.ref

Examples of jdsl.core.ref.ComparableComparator


    public PhoneBook(){
      super();

      //b5.1
      //create the OrderedDictionary, passing a Comparator to its constructor
      od_ = new jdsl.core.ref.RedBlackTree(new ComparableComparator());
      //e5.1
      setupPanel();//takes care of visual components
    }
View Full Code Here

TOP

Related Classes of jdsl.core.ref.ComparableComparator

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.