Searched defs:toImmutableSet (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | CollectCollectors.java | 78 static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in CollectCollectors 129 ImmutableSet<E> toImmutableSet() { in toImmutableSet() method in CollectCollectors.EnumSetAccumulator
|
D | ImmutableSortedSetFauxverideShim.java | 53 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSortedSetFauxverideShim
|
D | ImmutableSet.java | 68 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | MoreStreams.java | 46 public static <T> Collector<T, ?, ImmutableSet<T>> toImmutableSet() { in toImmutableSet() method in MoreStreams
|
/external/dagger2/java/dagger/internal/codegen/extension/ |
D | DaggerStreams.java | 54 public static <T> Collector<T, ?, ImmutableSet<T>> toImmutableSet() { in toImmutableSet() method in DaggerStreams
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSet.java | 44 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|