KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.netbeans.test.java.hints;
2
3 public class ImportTest5 {
4     
5     /** Creates a new instance of ImportTest */
6     public ImportTest5() {
7         Map.Entry e;
8     }
9     
10 }
11
Popular Tags