io.github.skylarkarms:compactcollections

A collection of compact, efficient and performant collections.


License
GPL-3.0

Documentation

CompactCollections

[latest version] = 1.0.0

A collection of compact, efficient and performant collections.

Implementation

In your build.gradle file

repositories {
   mavenCentral()
}

dependencies {
   implementation 'io.github.skylarkarms:compactcollections:[latest version]'
}

or in your POM.xml

<dependencies>
   <dependency>
      <groupId>io.github.skylarkarms</groupId>
      <artifactId>compactcollections</artifactId>
      <version>[latest version]</version>
   </dependency>
</dependencies>