Sciweavers

35 search results - page 1 / 7
» Subtyping in Java 5.0
Sort
View
ACTA
2002
108views more  ACTA 2002»
13 years 4 months ago
Object type constructors
Object type constructors have been introduced as an approach to adding container object types to a language with type inference. Useful subtyping for object type constructors requ...
Dominic Duggan
ESOP
2009
Springer
13 years 11 months ago
Is Structural Subtyping Useful? An Empirical Study
Abstract. Structural subtyping is popular in research languages, but all mainstream object-oriented languages use nominal subtyping. Since languages with structural subtyping are n...
Donna Malayeri, Jonathan Aldrich
APLAS
2009
ACM
13 years 10 months ago
On the Decidability of Subtyping with Bounded Existential Types
Bounded existential types are a powerful language feature ling partial data abstraction and information hiding. However, existentials do not mingle well with subtyping as found in ...
Stefan Wehr, Peter Thiemann
ECOOP
2003
Springer
13 years 9 months ago
Java Subtype Tests in Real-Time
Krzysztof Palacz, Jan Vitek
ITCS
2008
13 years 5 months ago
Subtyping in Java 5.0
Martin Plümicke