Sciweavers

41 search results - page 1 / 9
» Adding Type Parameterization to the Java Language
Sort
View
OOPSLA
1997
Springer
13 years 9 months ago
Adding Type Parameterization to the Java Language
Ole Agesen, Stephen N. Freund, John C. Mitchell
SAC
2004
ACM
13 years 10 months ago
Adding wildcards to the Java programming language
This paper describes wildcards, a new language construct designed to increase the flexibility of object-oriented type systems with parameterized classes. Based on the notion of v...
Mads Torgersen, Christian Plesner Hansen, Erik Ern...
POPL
1997
ACM
13 years 8 months ago
Parameterized Types for Java
Java offers the real possibility that most programs can be written in a type-safe language. However, for Java to be broadly useful, it needs additional expressive power. This pape...
Andrew C. Myers, Joseph A. Bank, Barbara Liskov
JOT
2008
107views more  JOT 2008»
13 years 4 months ago
Adding Type Constructor Parameterization to Java
Vincent Cremet, Philippe Altherr
ICSE
2007
IEEE-ACM
14 years 4 months ago
Refactoring for Parameterizing Java Classes
Type safety and expressiveness of many existing Java libraries and their client applications would improve, if the libraries were upgraded to define generic classes. Efficient and...
Adam Kiezun, Michael D. Ernst, Frank Tip, Robert M...