KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > hints > ImportTest4


1 package org.netbeans.test.java.hints;
2
3 public class ImportTest4 {
4     
5     /** Creates a new instance of ImportTest */
6     public ImportTest4() {
7         Collections.<LinkedList>emptyList();
8     }
9     
10 }
11
Popular Tags