Uses of Interface
Interface1

Uses of Interface1 in
 

Subinterfaces of Interface1 in Default Package
 interface Interface123
          Test interface 123 uses three other interfaces
 

Classes in Default Package that implement Interface1
 class Exercise8_5
          Exercise 8.5 from the book.
 

Methods in Default Package with parameters of type Interface1
 void Exercise8_5.use1(Interface1 i)