Package collections.sets

Examples of collections.sets.Boo.test()


   */
  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
Copyright © 2018 www.massapi.com. 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.