Searched defs:toImmutableSet (Results 1 – 6 of 6) sorted by relevance
/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/src/com/google/common/collect/ |
D | CollectCollectors.java | 73 static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in CollectCollectors
|
D | ImmutableSortedSetFauxverideShim.java | 50 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSortedSetFauxverideShim
|
D | ImmutableSet.java | 65 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|
D | Sets.java | 171 ImmutableSet<E> toImmutableSet() { in toImmutableSet() method in Sets.Accumulator
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSet.java | 43 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|