dataStructures
Interface Playable

All Known Implementing Classes:
FirstFit.Bin, Player

public abstract interface Playable


Method Summary
 boolean winnerOf(Playable thePlayer)
           
 

Method Detail

winnerOf

public boolean winnerOf(Playable thePlayer)