A C F I L M R S

A

add(Object) - Method in class LazyColl
Adds an element to the collection.

C

checkOK() - Method in class LazyColl
Checks invariants for the class; throws exception if they are violated.
contains(Object) - Method in class LazyColl
Tells if collection contains an object equivalent to the given one.

F

find(Object) - Method in class LazyColl
Finds match (in Comparable sense) for the given object; returns matching object or null if not found.

I

iterator() - Method in class LazyColl
Returns an iterator to the contained elements.

L

LazyColl - class LazyColl.
A class representing an array which automatically sorts itself as needed for efficient lookup of elements.
LazyColl() - Constructor for class LazyColl
 
LazyColl(Collection) - Constructor for class LazyColl
 
LazyColl(Collection, Comparator) - Constructor for class LazyColl
 
LazyColl(Comparator) - Constructor for class LazyColl
 

M

main(String[]) - Static method in class LazyColl
Unit tests for LazyColl.

R

remove(Object) - Method in class LazyColl
Removes an object equivalent to the given one.

S

size() - Method in class LazyColl
 

A C F I L M R S