Uses of Interface
Interface3

Uses of Interface3 in
 

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

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

Methods in Default Package with parameters of type Interface3
 void Exercise8_5.use3(Interface3 i)