java icon indicating copy to clipboard operation
java copied to clipboard

Unable to iterate over ObjectLazyAny.entries() if cache is filled

Open incubus370 opened this issue 6 years ago • 0 comments

If ObjectLazyAny instance already have filled cache, iterator created by ObjectLazyAny.entries() breaks down. it next() always return false.

incubus370 avatar Jun 09 '19 17:06 incubus370