Package collections.sets

Examples of collections.sets.Boo2


   * @param args
   */
  public static void main(String[] args) {
    Set<Boo> l = new LinkedHashSet<Boo>();
    Boo f = new Boo("qwerty");
    Boo f2 = new Boo2();
    f2.test(new B());
   
  }
View Full Code Here

TOP

Related Classes of collections.sets.Boo2

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.