public final class Collectors extends Object
| Constructor and Description |
|---|
Collectors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.stream.Collector<T,?,com.google.common.collect.ImmutableList<T>> |
toImmutableList() |
static <T> java.util.stream.Collector<T,?,com.google.common.collect.ImmutableSet<T>> |
toImmutableSet() |
static <T> java.util.stream.Collector<T,?,LinkedHashSet<T>> |
toLinkedHashSet() |
public static <T> java.util.stream.Collector<T,?,com.google.common.collect.ImmutableSet<T>> toImmutableSet()
public static <T> java.util.stream.Collector<T,?,com.google.common.collect.ImmutableList<T>> toImmutableList()
public static <T> java.util.stream.Collector<T,?,LinkedHashSet<T>> toLinkedHashSet()
Copyright © 2012–2015 jcabi.com. All rights reserved.