Data Structures & Algorithms Lecture Notes

6 October 2009 • Java Collections


Outline

Collections

Objectives

Collection Interface Hierarchy

collection interface hierarchy

'

Collection Interface

Collection Methods

Optional Methods

Quiz Time!

Collection Interface Hierarchy

collection interface hierarchy

'

The Queue Interface

The Deque Interface

Collection Interface Hierarchy

collection interface hierarchy

'

The List Interface

List Iterators

List Iterator Methods

List Navigation

List Manipulations

Removing Elements

Bulk Methods

Interface Declarations

Implementation Hierarchy

collection implementation hierarchy

'

Abstract Implementations

Example

Linked Lists

Array Lists

Random-Access Iterators

Priority Queues

Where’s Stacks?

stacks

'

Summary

References


This page last modified on 5 October 2009.

Creative
    Commons License