Module net.automatalib.common.smartcollection

This module contains efficient implementations for various collection data structures. Especially linked lists and priority queues have very insufficient implementations in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies.

This module is provided by the following Maven dependency:

 <dependency>
   <groupId>net.automatalib</groupId>
   <artifactId>automata-commons-smartcollections</artifactId>
   <version>${version}</version>
 </dependency>