Packages
container Basic classes and interfaces that are useful for all containers (i.e., data structures meant to contain other objects).
geography Classes to deal with geographical objects: points on the earth, addresses, maps.
graph Directed graphs and algorithms on them.
pqueue Priority queues, including locator-based priority queues ("repriority queues").
tree Trees, such as a binary heap tree.