Java程序  |  6行  |  97 B

package example.xml;

public interface Contacts {
  Iterable<Contact> findByName(String name);
}