Searched refs:emptySet (Results 1 - 25 of 147) sorted by relevance

123456

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableSet.java28 super(Collections.emptySet());
H A DImmutableSortedSet.java61 private static <E> ImmutableSortedSet<E> emptySet() { method in class:ImmutableSortedSet
65 static <E> ImmutableSortedSet<E> emptySet( method in class:ImmutableSortedSet
69 return emptySet();
76 return emptySet();
124 return emptySet(comparator);
204 return emptySet(comparator);
231 ? emptySet(delegate.comparator())
317 return emptySet(comparator());
360 return emptySet(comparator());
370 return emptySet(comparato
[all...]
H A DImmutableSetMultimap.java335 private final transient ImmutableSet<V> emptySet; field in class:ImmutableSetMultimap
340 this.emptySet = emptySet(valueComparator);
354 return MoreObjects.firstNonNull(set, emptySet);
459 private static <V> ImmutableSet<V> emptySet( method in class:ImmutableSetMultimap
463 : ImmutableSortedSet.<V>emptySet(valueComparator);
467 return emptySet instanceof ImmutableSortedSet
468 ? ((ImmutableSortedSet<V>) emptySet).comparator()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
H A DAllStaticModule.java20 import static java.util.Collections.emptySet;
33 return emptySet();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForListsInJavaUtil.java66 return Collections.emptySet();
69 return Collections.emptySet();
72 return Collections.emptySet();
75 return Collections.emptySet();
78 return Collections.emptySet();
81 return Collections.emptySet();
84 return Collections.emptySet();
87 return Collections.emptySet();
90 return Collections.emptySet();
93 return Collections.emptySet();
[all...]
H A DTestsForQueuesInJavaUtil.java60 return Collections.emptySet();
63 return Collections.emptySet();
66 return Collections.emptySet();
69 return Collections.emptySet();
72 return Collections.emptySet();
75 return Collections.emptySet();
H A DIteratorFeature.java57 Collections.emptySet();
H A DTestsForSetsInJavaUtil.java75 return Collections.emptySet();
78 return Collections.emptySet();
81 return Collections.emptySet();
84 return Collections.emptySet();
87 return Collections.emptySet();
90 return Collections.emptySet();
93 return Collections.emptySet();
96 return Collections.emptySet();
99 return Collections.emptySet();
102 return Collections.emptySet();
[all...]
H A DTestsForMapsInJavaUtil.java70 return Collections.emptySet();
73 return Collections.emptySet();
76 return Collections.emptySet();
79 return Collections.emptySet();
82 return Collections.emptySet();
85 return Collections.emptySet();
88 return Collections.emptySet();
91 return Collections.emptySet();
94 return Collections.emptySet();
/external/vogar/src/vogar/
H A DJavaVm.java40 return Collections.emptySet();
62 return Collections.emptySet();
85 return Collections.emptySet();
H A DExpectation.java46 Collections.<String>emptySet(), "", -1, false);
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DTesterRequirements.java47 this(Collections.<Feature<?>>emptySet(),
48 Collections.<Feature<?>>emptySet());
H A DCollectionSize.java73 this.implied = Collections.emptySet();
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
H A DTypeCachingMockBytecodeGeneratorTest.java42 Collections.<Class<?>>emptySet(),
71 Collections.<Class<?>>emptySet(),
78 Collections.<Class<?>>emptySet(),
110 Collections.<Class<?>>emptySet(),
117 Collections.<Class<?>>emptySet(),
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetFeature.java45 return Collections.emptySet();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DBundleCoverageImplTest.java35 Collection<IClassCoverage> classes = Collections.emptySet();
36 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet();
49 Collection<IClassCoverage> classes = Collections.emptySet();
50 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet();
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
H A DFalseBound.java40 return Collections.emptySet();
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableSortedMap.java37 this.keySet = ImmutableSortedSet.emptySet(comparator);
43 this.keySet = ImmutableSortedSet.emptySet(comparator);
H A DAbstractSortedSetMultimap.java59 return ImmutableSortedSet.emptySet(valueComparator());
H A DEmptyImmutableSortedMultiset.java34 this.elementSet = ImmutableSortedSet.emptySet(comparator);
H A DImmutableSetMultimap.java341 private final transient ImmutableSet<V> emptySet; field in class:ImmutableSetMultimap
346 this.emptySet = emptySet(valueComparator);
360 return MoreObjects.firstNonNull(set, emptySet);
465 private static <V> ImmutableSet<V> emptySet( method in class:ImmutableSetMultimap
469 : ImmutableSortedSet.<V>emptySet(valueComparator);
484 return emptySet instanceof ImmutableSortedSet
485 ? ((ImmutableSortedSet<V>) emptySet).comparator()
536 this, emptySet(valueComparator));
H A DImmutableSortedSet.java104 private static <E> ImmutableSortedSet<E> emptySet() { method in class:ImmutableSortedSet
108 static <E> ImmutableSortedSet<E> emptySet( method in class:ImmutableSortedSet
111 return emptySet();
121 return emptySet();
404 return emptySet(comparator);
425 return emptySet(comparator);
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DMemoryMultiReportOutput.java61 assertEquals(Collections.emptySet(), files.keySet());
87 assertEquals(Collections.emptySet(), open);
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureUtilTest.java53 return Collections.emptySet();
213 Collections.<Feature<?>>emptySet()));
221 Collections.<Feature<?>>emptySet()));
233 Collections.<Feature<?>>emptySet()));
243 Collections.<Feature<?>>emptySet()));
281 Collections.<Feature<?>>emptySet()));
/external/guava/guava/src/com/google/common/base/
H A DAbsent.java69 return Collections.emptySet();

Completed in 761 milliseconds

123456