com.bourre.collection

Package
Classpath:com.bourre.collection
File last modified:Monday, 24 November 2008, 11:36:49

Classes

ArrayIterator

The ArrayIterator class provides a convenient way

Collection

 public interface
The root interface in the collection hierarchy.

HashMap

An object that maps keys to values.

Iterable

 public interface
An object onto which the user can iterate using an Iteratorobject provided by this Iterable object.

Iterator

 public interface
An iterator over a collection.

List

 public interface
An ordered collection (also known as a sequence).

ListIterator

 public interface
An iterator for lists that allows the programmer

ObjectIterator

The ObjectIterator class provides a convenient way

Queue

A collection designed for holding elements prior to processing.

Set

A collection that contains no duplicate elements.

Stack

The Stack class represents a last-in-first-out (LIFO) stack

StringIterator

The StringIterator class provides a convenient way

TypedContainer

 public interface
A TypedContainer allow collections and data structures

WeakCollection

A weak collection stores element using weak references instead

XMLListIterator

The XMLListIterator class provides a convenient way