Uses of Interface
Interface2

Uses of Interface2 in
 

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

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

Methods in Default Package with parameters of type Interface2
 void Exercise8_5.use2(Interface2 i)