linesToPosition=ImmutableList.copyOf(linesToPositionTemp); | linesToPosition=linesToPositionTemp; | ImmutableList.copyOf(linesToPositionTemp) | linesToPositionTemp | checkstyle | 0461a0f839c8cd2306354912b4956267c1d0ec20 | com.puppycrawl.tools.checkstyle.gui.MainFrameModel | | _1 | linesToPosition |
---|
_2 | linesToPosition |
---|
| | - com.google.common.collect.ImmutableList
| | AssignedTo | True |
return ImmutableList.copyOf(getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList())); | return getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList()); | ImmutableList.copyOf(getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList())) | getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList()) | Terasology | 1597e14390336612d824f0b056abd7773929dc88 | org.terasology.world.zones.ZoneRegionFunction | | _1 | getSiblingRegionFunctions |
---|
_2 | getSiblingRegionFunctions |
---|
| v0 | getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList()) |
---|
| - com.google.common.collect.ImmutableList
| v0 | getZone().getParent().getChildZones().stream().map(Zone::getRegionFunction).collect(Collectors.toList()) |
---|
| Returns | True |