|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.BestFit
Inner Class Summary | |
static class |
BestFit.BinNode
|
Constructor Summary | |
BestFit()
|
Method Summary | |
static void |
bestFitPack(int[] objectSize,
int binCapacity)
output best fit packing into bins of size binCapacity |
static void |
main(java.lang.String[] args)
test program |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BestFit()
Method Detail |
public static void bestFitPack(int[] objectSize, int binCapacity)
objectSize[1:objectSize.length-1]
- are the object sizespublic static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |