index-tree-map

Enhanced java.util.TreeSet with get element by index, get index of an element. The implementation is based on node weights.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.github.geniot
ArtifactId

ArtifactId

indexedtreemap
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

index-tree-map
Enhanced java.util.TreeSet with get element by index, get index of an element. The implementation is based on node weights.
Project URL

Project URL

https://github.com/geniot/indexed-tree-map
Source Code Management

Source Code Management

http://github.com/geniot/indexed-tree-map/tree/master

Download indexedtreemap

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/ -->
<dependency>
    <groupId>io.github.geniot</groupId>
    <artifactId>indexedtreemap</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation 'io.github.geniot:indexedtreemap:1.1'
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation ("io.github.geniot:indexedtreemap:1.1")
'io.github.geniot:indexedtreemap:jar:1.1'
<dependency org="io.github.geniot" name="indexedtreemap" rev="1.1">
  <artifact name="indexedtreemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.geniot', module='indexedtreemap', version='1.1')
)
libraryDependencies += "io.github.geniot" % "indexedtreemap" % "1.1"
[io.github.geniot/indexedtreemap "1.1"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.0-M1
org.junit.jupiter : junit-jupiter-engine jar 5.8.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0