Github user thePatmanMI commented on the issue:
https://github.com/apache/commons-collections/pull/53
are there additional problems with this change, or can it be merged in?
---
-
To unsubscribe, e-mail: dev
Github user thePatmanMI commented on the issue:
https://github.com/apache/commons-collections/pull/53
I can do that. Do you have a preference on whether I should use reflection
to access the underlying map(s) (to determine size) or if I should change the
underlying map(s) to be
GitHub user thePatmanMI opened a pull request:
https://github.com/apache/commons-collections/pull/53
updating containsKey method in PassiveExpiringMap
correcting the containsKey method to remove all expired entries to match
the class and method javadoc statements
You can merge