a

automata-commons-smartcollections

This artifact provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies.
Files download
File Operation
automata-commons-smartcollections-0.11.0.jar download
automata-commons-smartcollections-0.11.0.pom download
automata-commons-smartcollections-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.automatalib</groupId>
  <artifactId>automata-commons-smartcollections</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'net.automatalib:automata-commons-smartcollections:0.11.0'
Gradle Kotlin
implementation("net.automatalib:automata-commons-smartcollections:0.11.0")
Scala SBT
libraryDependencies += "net.automatalib" % "automata-commons-smartcollections" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='net.automatalib', module='automata-commons-smartcollections', version='0.11.0')
)
Apache Ivy
<dependency org="net.automatalib" name="automata-commons-smartcollections" rev="0.11.0" />
Leiningen
[net.automatalib/automata-commons-smartcollections "0.11.0"]
Apache Buildr
'net.automatalib:automata-commons-smartcollections:jar:0.11.0'