return Lists.newArrayList(this.streams); | return ImmutableSet.copyOf(this.streams); | Lists.newArrayList(this.streams) | ImmutableSet.copyOf(this.streams) | graylog2-server | be552b5df4dc40b389d4668370d628fbea7dc71c | org.graylog2.plugin.Message | | | | - com.google.common.collect.ImmutableSet
| | Returns | True |