File
Doc
Category
Size
Date
Package
DDPaper.java
API Doc
Example
2714
Mon Apr 06 18:10:20 BST 1998
c16.doubledispatch
DDPaper
java.lang.Object
Paper
public class DDPaper extends Paper implements TypedBinMember
Fields Summary
Constructors Summary
public DDPaper
(
double
wt)
super(wt);
Methods Summary
public
boolean
addToBin
(
TypedBin[]
tb)
for(int i = 0; i < tb.length; i++) if(tb[i].add(this)) return true; return false;
Java Code Source