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>
-
-
Packages
All Packages Exports Opens Package Exported To Modules Opened To Modules Description net.automatalib.common.smartcollection All Modules All Modules
-