Home | History | Annotate | Download | only in support
      1 package org.apache.harmony.tests.java.util.support;
      2 
      3 public interface I {
      4     String find(String key);
      5 }
      6