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