Document not found! Please try again

Typeless programming in Java 5.0 with wildcards - Semantic Scholar

14 downloads 37751 Views 281KB Size Report
University of Cooperative Education Stuttgart. Department of Information Technology. Florianstraße 15, D–72160 Horb m.pluemicke@ba-horb.de. ABSTRACT.
Typeless programming in Java 5.0 with wildcards Martin Plumicke ¨ University of Cooperative Education Stuttgart Department of Information Technology Florianstraße 15, D–72160 Horb

[email protected]

class Matrix extends Vector { Matrix mul(Matrix m){ Matrix ret = new Matrix(); Integer i = 0; while(i