Package prajna.util

Provides a number of data structures and support classes.

See: Description

Package prajna.util Description

Provides a number of data structures and support classes. These structures - Graphs, Trees, and Grids - provide a set of data structures which can be used for a variety of applications. These data structures are implemented with Generics, allowing an application to use a flexible approach for organizing its data. The classes are designed to conform to the style used by the Collections framework, and therefore should be familiar to most developers.