is not current version
Last Version 1.1

io.github.geniot:indexedtreemap 1.0

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

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.github.geniot
ArtifactId

ArtifactId

indexedtreemap
Version

Version

1.0
Type

Type

jar

Download indexedtreemap 1.0


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