InheritanceTest
Interface B

All Superinterfaces:
A
All Known Implementing Classes:
X, Y

public interface B
extends A


Method Summary
 void b()
           
 
Methods inherited from interface InheritanceTest.A
a
 

Method Detail

b

void b()