garydgregory commented on PR #357: URL: https://github.com/apache/commons-collections/pull/357#issuecomment-1304803054
Hm, `HasherCollection` is not a `Collection`, instead it is a `List` wrapper, so I suggest it be renamed `HasherList` and that it implements `Iterable<Hasher>`. WDYT? It seems to heavy to implement `List` itself. -- 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]
