keys = Iterables.concat(Iterables.skip(context.original().keySet(),main),Iterables.limit(ImmutableList.copyOf(context.original().keySet()),main)) | keys = new LinkedHashSet<>(context.original().keySet()) | Iterables.concat(Iterables.skip(context.original().keySet(),main),Iterables.limit(ImmutableList.copyOf(context.original().keySet()),main)) | new LinkedHashSet<>(context.original().keySet()) | caffeine | 61dc09a33273c8936d671a09ae9a1acc22d4840a | com.github.benmanes.caffeine.cache.EvictionTest | | | v0 | context.original().keySet() |
---|
| - java.util.LinkedHashSet
- com.google.common.collect.ImmutableList
- com.google.common.collect.Iterables
| v0 | context.original().keySet() |
---|
| AssignedTo | False |