Joda-Collect

Additional collections

License

License

GroupId

GroupId

org.joda
ArtifactId

ArtifactId

joda-collect
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Joda-Collect
Additional collections
Project URL

Project URL

http://www.joda.org/joda-collect/
Project Organization

Project Organization

Joda.org
Source Code Management

Source Code Management

https://github.com/JodaOrg/joda-collect

Download joda-collect

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 25.0-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Joda-Collect

Joda-Collect provides collections that are not present in the JDK or Google Guava.

The project is related to Joda-Primitives which provides primitive versions of the collection interfaces. This project is separate, as the use cases are likely to be different.

Joda-Collect is licensed under the business-friendly Apache 2.0 licence.

Contents

Joda-Collect contains the following collections:

  • Grid - a grid data structure, providing access to its values by row and column. This is similar to Guava's Table, but uses int for the row and column, allowing optimisations. Mutable and immutable implementations are provided in sparse and dense variations.

Documentation

Various documentation is available:

Releases

Release 1.0.1 is the current latest release. This release is considered stable and worthy of the 1.x tag. It depends on Java SE 8 or later and requires Google-Guava.

Available in the Maven Central repository

Tidelift dependency check

For enterprise

Available as part of the Tidelift Subscription.

Joda and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.

If you want the flexibility of open source and the confidence of commercial-grade software, this is for you.

Learn more

Support

Please use Stack Overflow for general usage questions. GitHub issues and pull requests should be used when you want to help advance the project.

Any donations to support the project are accepted via OpenCollective.

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

Release process

  • Update version (README.md, index.md, changes.xml)
  • Commit and push
  • mvn clean release:clean release:prepare release:perform
  • Website will be built and released by GitHub Actions
org.joda

Joda.org

Versions

Version
1.0.1
1.0
0.9
0.8
0.7