/naturally_ordered_long_collections

Implements java collections over a sparse bitset enabling naturally ordered collections and priority collections, lists and queues.

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

Naturally Ordered Long Collections

Implements java collections over a sparse bitset enabling naturally ordered collections and priority collections, lists and queues.

pom.xml setup

All MapsMessaging libraries are hosted on the maven central server.

Include the dependency

    <!-- Naturally order long collection -->
    <dependency>
      <groupId>io.mapsmessaging</groupId>
      <artifactId>Naturally_Ordered_Long_Collections</artifactId>
      <version>1.1.8</version>
    </dependency> 

SonarCloud