package tests.api.java.util.support; public interface I { String find(String key); }