Searched refs:Iface1 (Results 1 – 16 of 16) sorted by relevance
Iface1.java package Iface1 extends java.lang.Object { public static final float mFloaty public static ...
ImplA.java package ImplA extends java.lang.Object implements Iface1 Iface2 { public void <init ...
ImplB.java package ImplB extends java.lang.Object implements Iface1 Iface2 { public static String mWhoami ...
17 interface Iface1 { interface
17 class Transform2 implements Iface1, Iface2 {
22 Iface1 face1; in main()49 Iface1[] faceArray; in main()
20 public interface Iface1 { interface
20 public class ImplA implements Iface1, Iface2 {
20 public class ImplB implements Iface1, Iface2 {
17 # public interface Iface1 {
16 # public class Klass implements Iface1, Iface2 {