return ImmutableList.copyOf(entries.keySet()); | return new HashSet<>(entries.keySet()); | ImmutableList.copyOf(entries.keySet()) | new HashSet<>(entries.keySet()) | checkstyle | 0461a0f839c8cd2306354912b4956267c1d0ec20 | com.puppycrawl.tools.checkstyle.DefaultContext | | _1 | getAttributeNames |
---|
_2 | getAttributeNames |
---|
| | - com.google.common.collect.ImmutableList
- java.util.HashSet
| | Returns | True |