applications
Class FirstFit.Bin

java.lang.Object
  |
  +--applications.FirstFit.Bin

public static class FirstFit.Bin
extends java.lang.Object
implements Playable


Constructor Summary
FirstFit.Bin(int theUnusedCapacity)
           
 
Method Summary
 boolean winnerOf(Playable theBin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstFit.Bin

public FirstFit.Bin(int theUnusedCapacity)
Method Detail

winnerOf

public boolean winnerOf(Playable theBin)
Specified by:
winnerOf in interface Playable