package z; public interface f { boolean a(Object obj); Object b(); void c(Object[] objArr, int i4); }