InheritanceTest
Class X

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

public class X
extends java.lang.Object


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

Constructor Detail

X

public X()
Method Detail

a

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

x

public void x()

b

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

w

public void w()