commons-collections icon indicating copy to clipboard operation
commons-collections copied to clipboard

Apache Commons Collections

Results 64 commons-collections issues
Sort by recently updated
recently updated
newest added

- fix broken links, - use direct links instead of redirects, - use HTTPS where possible.

Fix various minor typos in : - project documentations, - javadoc and comments, - method attribute and variable names, - test method names.

Adding: - `IndexedLinkedList.java` - `IndexedLinkedListTest.java` - `FingerListTest.java`

Break Inherifance need for BulkTest constants TransformedSplitMapTest break inheritance of BulkTest IteratorIterableTest break inheritance of BulkTest Break Inheritance need for AbstractObjectTest Trying to reduce requirement for methods via inheritance, so...

Improves the performance by re-using the once converted key again when creating a new entry. Explained in more detail in https://issues.apache.org/jira/browse/COLLECTIONS-803

Contributed on behalf of the @opencastsoftware open source team I am slightly wary of opening up UnmodifiableIterator, but this seems to solve the performance degradation of nested IteratorChains seen in...

Hi, I was thinking about the more uniform safe-null methods in CollectionUtils from jira task: COLLECTIONS-604. In my opinion it would be nice to have one way of treating null-safe...