RSS feed
[root]
/
doubledispatch
/
c12
/
code
/
TI Pattern
/
software design
/
document
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Dec 26 16:00:00 GMT 2001
DDCardboard
//: c12:doubledispatch:DDCardboard.java // Cardboard for double dispatching. import c12.trash.*; public class DDCardboard extends Cardboard implements TypedBinMember { public DDCardboard(double wt) { super(wt); } public boolean addToBin(TypedBin[] tb) { for(int i = 0; i < tb.length; i++) if(tb[i].add(this)) return true; return false; } } ///:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next