Import third-party Java packages, built-in Java packages, or custom Java packages in the Import Packages tab. The example transformation uses the Map and HashMap packages.
Enter the following code in the Import Packages tab:
import java.util.Map;
import java.util.HashMap;
The Designer adds the import statements to the Java code for the transformation.