InheritanceTest
Class Y

java.lang.Object
  extended by InheritanceTest.X
      extended by InheritanceTest.Y
All Implemented Interfaces:
A, B, C

public class Y
extends X
implements C


Constructor Summary
Y()
           
 
Method Summary
 void b()
           
 void c()
           
 void w()
           
 void y()
           
 
Methods inherited from class InheritanceTest.X
a, x
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface InheritanceTest.A
a
 

Constructor Detail

Y

public Y()
Method Detail

c

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

y

public void y()

b

public void b()
Specified by:
b in interface B

w

public void w()