Class C

java.lang.Object
  |
  +--C

public class C
extends java.lang.Object
implements I, J


Fields inherited from interface I
x, y
 
Fields inherited from interface J
x
 
Constructor Summary
C()
           
 
Method Summary
 void a()
           
 void b(double d)
           
 void b(int i)
           
 void c()
           
 void q(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C

public C()
Method Detail

a

public void a()
Specified by:
a in interface I

c

public void c()
Specified by:
c in interface J

b

public void b(int i)
Specified by:
b in interface I

b

public void b(double d)
Specified by:
b in interface J

q

public void q(int n)
Specified by:
q in interface I