package data; public class BottomType { public int methodOne(String[] ss) { return 3; } public String methodTwo(int i) { return "bottom"; } }