File
Doc
Category
Size
Date
Package
DDGlass.java
API Doc
Example
2714
Mon Apr 06 18:10:20 BST 1998
c16.doubledispatch
DDGlass
java.lang.Object
Glass
public class DDGlass extends Glass implements TypedBinMember
Fields Summary
Constructors Summary
public DDGlass
(
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