Skip to content

Changes

Summary

  1. Optimize collect methods for primitive Immutable Singleton Bags, Sets and Lists. (details)
  2. Add JavaDoc and null check to forEachInBoth. (details)
Commit 807eafc7cd6fcfa64ba1063cf15119367546cb43 by Donald Raab
Optimize collect methods for primitive Immutable Singleton Bags, Sets and Lists.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified eclipse-collections-code-generator/src/main/resources/impl/set/immutable/immutablePrimitiveSingletonSet.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/list/immutable/immutablePrimitiveSingletonList.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveSingletonBag.stg (diff)
Commit 399f535fdde566210d4e4d93469a0e850dcf7183 by Donald Raab
Add JavaDoc and null check to forEachInBoth.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/list/ListIterable.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/mutable/AbstractListTestCase.java (diff)