applications
Class BestFit.BinNode

java.lang.Object
  |
  +--applications.BestFit.BinNode

public static class BestFit.BinNode
extends java.lang.Object


Constructor Summary
BestFit.BinNode(int theId, int theCapacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestFit.BinNode

public BestFit.BinNode(int theId,
                       int theCapacity)