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

Лицензия

Лицензия

Группа

Группа

org.danilopianini
Идентификатор

Идентификатор

listset
Последняя версия

Последняя версия

0.3.9
Дата

Дата

Тип

Тип

module
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/DanySK/listset
Система контроля версий

Система контроля версий

https://github.com/DanySK/listset

Скачать listset

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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