Package goldman

Interfaces and classes in A Practical Guide to Data Structures and Algorithms Using Java by Sally Goldman and Kenneth Goldman.

See:
          Description

Class Summary
NonMutatingIterator<T> The NonMutatingIterator wraps an iterator to prevent the user from calling the remove method.
Objects The Objects abstract class holds a variety of utilities to support many data structures.
Objects.DefaultEquivalenceTester<E> If no comparator is provided in the constructor for a data structure that depends on the elements being comparable, the following default equivalence tester is used.
Pool<T> The abstract Pool class provides a way to reuse object to reduce the overhead of performing garbage collection by supporting a reusable pool of objects.
ReverseComparator<T> The ReverseComparator class wraps a provided comparator, reversing the sign of the output.
 

Package goldman Description

Interfaces and classes in A Practical Guide to Data Structures and Algorithms Using Java by Sally Goldman and Kenneth Goldman.