Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 743 Bytes

File metadata and controls

21 lines (14 loc) · 743 Bytes

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