CSE332 Section Agenda Week 2: 4/8/10
CSE332 Section Agenda Week 2: 4/8/10
- Reminders: Homework 1 due April 9th, Project 1 B due April 12th
- The Comparable interface
- [20 minutes] Just when you thought you understood Java:
public class MyClass<E extends Comparable<? super E>>
- [20 minutes] JUnit Testing
- [10 minutes] Function Objects
OR
- [10 minutes] Big Oh Notation