aherbert commented on PR #357: URL: https://github.com/apache/commons-collections/pull/357#issuecomment-1309993863
Removal of HasherCollection would eliminate all the possible confusion around its use given that it has behaviour that can be, at least in part, either: no items; a single item (Hasher); collection of items (List<Hasher>); or a bitwise combination of items (BloomFilter). I suggest the functionality can be matured outside of the core functionality in Collections and then integrated with all the appropriate code for the use case(s). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
