Apache Commons Collections
Go to file
Thomas Neidhart 3b691712fd [COLLECTIONS-577] Add additional test cases for fixed problems with prefixMap. Thanks to Chris Duncan
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1705637 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28 09:42:00 +00:00
src [COLLECTIONS-577] Add additional test cases for fixed problems with prefixMap. Thanks to Chris Duncan 2015-09-28 09:42:00 +00:00
.gitignore Adding gitignore file. 2014-12-30 18:37:29 +00:00
CONTRIBUTING.md More and more contributors coming via github - replace README.txt with README.md and add CONTRIBUTING.md 2015-04-08 18:44:36 +00:00
DEVELOPERS-GUIDE.html Fix typos in developers guide. 2012-06-23 15:49:16 +00:00
LICENSE.txt Change to Apache License 2.0 2004-02-18 01:00:08 +00:00
NOTICE.txt Update NOTICE file. 2015-01-07 21:02:51 +00:00
PROPOSAL.html Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:41:17 +00:00
README.md More and more contributors coming via github - replace README.txt with README.md and add CONTRIBUTING.md 2015-04-08 18:44:36 +00:00
RELEASE-NOTES.txt Update release notes. 2013-11-20 22:35:45 +00:00
build.properties.sample Update easymock version in build.properties. 2013-11-13 21:15:50 +00:00
build.xml Update build.xml based on the one from commons-lang: add additional test-jar target 2013-06-23 18:27:46 +00:00
default.properties Update default properties. 2015-05-28 11:55:37 +00:00
doap_collections.rdf Each Version must be in its own release section 2015-05-08 14:28:59 +00:00
pom.xml Move assembly to standard location 2015-08-18 15:17:23 +00:00

README.md

Apache Commons Collections

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

Documentation

More information can be found on the 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.0</version>
</dependency>

Contributing

We accept PRs 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

Code is under the Apache Licence v2.

Donations

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

Additional Resources