Home
last modified time | relevance | path

Searched defs:toImmutableSet (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCollectCollectors.java78 static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in CollectCollectors
129 ImmutableSet<E> toImmutableSet() { in toImmutableSet() method in CollectCollectors.EnumSetAccumulator
DImmutableSortedSetFauxverideShim.java53 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSortedSetFauxverideShim
DImmutableSet.java68 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
/external/auto/common/src/main/java/com/google/auto/common/
DMoreStreams.java46 public static <T> Collector<T, ?, ImmutableSet<T>> toImmutableSet() { in toImmutableSet() method in MoreStreams
/external/dagger2/java/dagger/internal/codegen/extension/
DDaggerStreams.java54 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/
DImmutableSet.java44 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet