You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/11/10 09:20:48 UTC

[GitHub] [commons-collections] aherbert commented on pull request #357: COLLECTIONS-830: Added Hasher.isEmpty() and appropriate tests

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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org