Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2
-
Bag, Collection, List, Map, Set
-
None
Description
As a sequel to COLLECTIONS-288, any utility method that "transformed" needs to document that the incoming collection is not immediately transformed – future additions are.
Candidate methods:
- BagUtils.transformedBag
- BagUtils.transformedSortedBag
- CollectionUtils.transform
- CollectionUtils.transformedCollection
- ListUtils.transformedList done
- MapUtils.transformedMap
- MapUtils.transformedSortedMap
- SetUtils.transformedSet
- SetUtils.transformedSortedSet
Attachments
Issue Links
- is related to
-
COLLECTIONS-288 Javadoc: incorrect behavior explained for ListUtils.transformedList
- Closed