-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored IterableAsList to remove unnecessary call to size() and re…
…move not working cache no more calls to size() if not needed. Modifications in the underlying Iterable would lead to inconsistent cache. Removed cache completely. Caches do not work for modifyable Iterables.
- Loading branch information
Tim Hinkes
committed
Jun 10, 2017
1 parent
ebee859
commit b99858d
Showing
2 changed files
with
17 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters