Apache Commons Collections
Go to file
John Patrick e113297085
COLLECTIONS-777 JUnit v5 (#282)
JUnit v5 assertThrows SetOperationsTest

JUnit v5 assertThrows CompositeCollectionTest

JUnit v5 assertThrows MultiValueMapTest

JUnit v5 assertThrows UnmodifiableMapTest

JUnit v5 assertThrows UnmodifiableOrderedMapTest

JUnit v5 assertThrows UnmodifiableSortedMapTest

JUnit v5 assertThrows CatchAndRethrowClosureTest

JUnit v5 assertThrows PredicatedCollectionTest

JUnit v5 assertThrows ComparatorChainTest

JUnit v5 assertThrows ArrayListIteratorTest

JUnit v5 assertThrows ListIteratorWrapper2Test

JUnit v5 assertThrows ObjectArrayListIteratorTest

JUnit v5 assertThrows PeekingIteratorTest

JUnit v5 assertThrows DefaultKeyValueTest

JUnit v5 assertThrows MultiKeyTest
2022-03-04 08:40:31 -05:00
.github Bump actions/checkout from 2 to 3 (#285) 2022-03-04 08:32:20 -05:00
src COLLECTIONS-777 JUnit v5 (#282) 2022-03-04 08:40:31 -05:00
.asf.yaml Fix repo description 2021-04-02 13:41:59 +01:00
.gitignore Initial bloom filter code contribution (#83) 2020-01-24 18:10:46 -05:00
CODE_OF_CONDUCT.md Add GitHub code of conduct page that points to the Apache page. 2021-05-16 17:01:59 -04:00
CONTRIBUTING.md Prepate for release 4.4. 2019-07-05 13:43:30 -04:00
DEVELOPERS-GUIDE.html Drop Subversion Id keywords. 2019-10-17 17:28:50 -04:00
LICENSE.txt Change to Apache License 2.0 2004-02-18 01:00:08 +00:00
NOTICE.txt Update NOTICE file for 2022. 2022-02-04 07:21:55 -05:00
PROPOSAL.html Standardize on American English spelling of 'behavior'. 2020-03-30 10:48:32 -04:00
README.md Use license instead of licence. 2020-05-27 11:03:55 +08:00
RELEASE-NOTES.txt find and fix fixtypo (#88) 2019-10-17 08:40:55 -04:00
SECURITY.md Typo. 2020-10-30 09:23:49 -04:00
pom.xml Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#286) 2022-03-04 08:30:18 -05:00

README.md

Apache Commons Collections

Build Status Coverage Status Maven Central Javadocs

The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.

Documentation

More information can be found on the Apache Commons Collections homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Collections should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-collections4</artifactId>
  <version>4.4</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache License v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Collections? Then donate back to the ASF to support the development.

Additional Resources