@Deprecated public class GuavaCollectors extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Collector<T,ImmutableList.Builder<T>,ImmutableList<T>> |
toImmutableList()
Deprecated.
|
static <T> Collector<T,ImmutableSet.Builder<T>,ImmutableSet<T>> |
toImmutableSet()
Deprecated.
|
@Deprecated public static <T> Collector<T,ImmutableList.Builder<T>,ImmutableList<T>> toImmutableList()
ImmutableList.toImmutableList()
ImmutableList
.T
- The type of elements contained by the list@Deprecated public static <T> Collector<T,ImmutableSet.Builder<T>,ImmutableSet<T>> toImmutableSet()
ImmutableSet.toImmutableSet()
ImmutableSet
.T
- The type of elements contained in the set