1 package tests.api.java.util.support; 2 3 public interface I { find(String key)4 String find(String key); 5 } 6