MCS-287 Notes for 2006-02-21

We will extend our consideration of the relationship between Java Generics and subtyping by looking at how wildcards are used, both unbounded and bounded. We will use the Java API as a source of examples, such as in the Set interface and the PriorityQueue class.


Course web site: http://www.gustavus.edu/+max/courses/S2006/MCS-287/
Instructor: Max Hailperin <max@gustavus.edu>