Uses of Interface
edu.uchicago.cs.java.lec03.boxing.Boxable

Packages that use Boxable
edu.uchicago.cs.java.lec03.boxing   
 

Uses of Boxable in edu.uchicago.cs.java.lec03.boxing
 

Classes in edu.uchicago.cs.java.lec03.boxing that implement Boxable
 class Human
           
 class Kangaroo
           
 class Robot
           
 

Methods in edu.uchicago.cs.java.lec03.boxing with parameters of type Boxable
 boolean Robot.punch(Boxable boxOpponent)
           
 boolean Kangaroo.punch(Boxable boxOpponent)
           
 boolean Human.punch(Boxable boxOpponent)
           
 boolean Boxable.punch(Boxable boxOpponent)