FileDocCategorySizeDatePackage
DDPaper.javaAPI DocExample2714Mon Apr 06 18:10:20 BST 1998c16.doubledispatch

DDPaper

public class DDPaper extends Paper implements TypedBinMember

Fields Summary
Constructors Summary
public DDPaper(double wt)

 super(wt); 
Methods Summary
public booleanaddToBin(TypedBin[] tb)

    for(int i = 0; i < tb.length; i++)
      if(tb[i].add(this))
        return true;
    return false;