A Java collection that is both a List and a Set

A collection that is both a list and a set, namely, a list without duplicates, or, in other words, an ordered set

License

License

GroupId

GroupId

org.danilopianini
ArtifactId

ArtifactId

listset
Last Version

Last Version

0.3.9
Release Date

Release Date

Type

Type

module
Description

Description

A Java collection that is both a List and a Set
A collection that is both a list and a set, namely, a list without duplicates, or, in other words, an ordered set
Project URL

Project URL

https://github.com/DanySK/listset
Source Code Management

Source Code Management

https://github.com/DanySK/listset

Download listset

Dependencies

runtime (3)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre
org.eclipse.xtend : org.eclipse.xtend.lib jar 2.23.0
org.apache.commons : commons-collections4 jar 4.4

Project Modules

There are no modules declared in this project.

ListSet

A collection that is both a list and a set, namely, a list without duplicates, or, in other words, an ordered set.

Build Status

Import in your project

I warmly suggest to use Gradle, Maven or a similar system to deal with dependencies within your project. In this case, you can use this product by importing the following Maven dependency:

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>listset</artifactId>
    <version>VERSION_YOU_WANT_TO_USE</version>
</dependency>

or the following Gradle dependency:

dependencies {
    implementation("org.danilopianini:listset:VERSION_YOU_WANT_TO_USE")
}

Alternatively, you can grab the latest jar and throw it in your classpath. In this case, be sure to include the dependencies of this project in your classpath as well.

Versions

Version
0.3.9
0.3.8-dev14+8884783
0.3.8-dev14+77ef257
0.3.8-dev13+64928ed
0.3.8-dev13+922b069
0.3.8-dev11+72cd6e5
0.3.8-dev11+9d4b160
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0-dev01+c2281475a5
0.3.0-dev01+5cff3892ca
0.3.0-dev00+416289a9a2
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0