About AutomataLib :: Commons

Common parent metaproject for various small Java libraries which are required by AutomataLib, but are not specific to AutomataLib itself (i.e., are not or only indirectly related to modeling automata and graphs).

Project Modules

This project has declared the following modules:

Name Description
AutomataLib :: Commons :: Utilities Basic utility library containing several useful classes (e.g., a Pair class) to ease everyday programming.
AutomataLib :: Commons :: Smart Collections This library provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Foundations that makes it hard or even impossible to exploit their efficiencies.