OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableSortedSet
(Results
51 - 75
of
98
) sorted by null
1
2
3
4
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java
52
import com.google.common.collect.
ImmutableSortedSet
;
79
private
ImmutableSortedSet
<FolderHolder> mSortedFolderHolders;
486
final
ImmutableSortedSet
.Builder<FolderHolder> folderHoldersBuilder =
487
new
ImmutableSortedSet
.Builder<FolderHolder>(FolderHolder.NAME_COMPARATOR);
/external/guava/guava-testlib/test/com/google/common/testing/
FreshValueGeneratorTest.java
44
import com.google.common.collect.
ImmutableSortedSet
;
191
assertFreshInstance(new TypeToken<
ImmutableSortedSet
<String>>() {});
193
ImmutableSortedSet
.of(new FreshValueGenerator().generate(String.class)),
194
new FreshValueGenerator().generate(new TypeToken<
ImmutableSortedSet
<String>>() {}));
198
assertFreshInstance(new TypeToken<
ImmutableSortedSet
<String>>() {});
ArbitraryInstancesTest.java
41
import com.google.common.collect.
ImmutableSortedSet
;
168
assertEquals(
ImmutableSortedSet
.of(), ArbitraryInstances.get(SortedSet.class));
169
assertEquals(
ImmutableSortedSet
.of(), ArbitraryInstances.get(
ImmutableSortedSet
.class));
NullPointerTesterTest.java
31
import com.google.common.collect.
ImmutableSortedSet
;
854
ImmutableSortedSet
<Number>
immutableSortedSet
,
868
sortedSet,
immutableSortedSet
,
882
ImmutableSortedSet
.of(),
ImmutableSortedSet
.of(),
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java
101
Iterable<String> set =
ImmutableSortedSet
.of("a", "b");
323
SortedSet<String> sortedSet =
ImmutableSortedSet
.of("b", "c", "a");
328
SortedSet<String> sortedSet =
ImmutableSortedSet
.of();
362
SortedSet<String> sortedSet =
ImmutableSortedSet
.of("b", "c", "a");
367
SortedSet<String> sortedSet =
ImmutableSortedSet
.of();
RangeTest.java
300
assertTrue(range.containsAll(
ImmutableSortedSet
.of(3, 3, 4, 5)));
301
assertTrue(range.containsAll(
ImmutableSortedSet
.of(3)));
302
assertTrue(range.containsAll(
ImmutableSortedSet
.<Integer>of()));
303
assertFalse(range.containsAll(
ImmutableSortedSet
.of(3, 3, 4, 5, 6)));
BenchmarkHelpers.java
72
return
ImmutableSortedSet
.copyOf(contents);
IterablesTest.java
759
testGetOnAbc(
ImmutableSortedSet
.of("b", "c", "a"));
763
testGetOnEmpty(
ImmutableSortedSet
.<String>of());
843
SortedSet<String> sortedSet =
ImmutableSortedSet
.of("b", "c", "a");
906
SortedSet<String> sortedSet =
ImmutableSortedSet
.of();
[
all
...]
/external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultiset.java
104
(RegularImmutableSortedSet<E>)
ImmutableSortedSet
.of(element);
326
public abstract
ImmutableSortedSet
<E> elementSet();
ImmutableSet.java
55
* methods create hash-based instances, the {@link
ImmutableSortedSet
} subclass
347
* <li>A full copy will be done of any {@code
ImmutableSortedSet
}.</li>
365
&& !(elements instanceof
ImmutableSortedSet
)) {
412
* ImmutableEnumSet/
ImmutableSortedSet
, regardless of implementation type. It
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSet.java
35
* @see
ImmutableSortedSet
100
if (elements instanceof ImmutableSet && !(elements instanceof
ImmutableSortedSet
)) {
171
// accessed directly by
ImmutableSortedSet
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IterablesTest.java
674
testGetOnAbc(
ImmutableSortedSet
.of("b", "c", "a"));
678
testGetOnEmpty(
ImmutableSortedSet
.<String>of());
758
SortedSet<String> sortedSet =
ImmutableSortedSet
.of("b", "c", "a");
821
SortedSet<String> sortedSet =
ImmutableSortedSet
.of();
[
all
...]
/external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java
46
import com.google.common.collect.
ImmutableSortedSet
;
556
@Generates private static <E extends Comparable<? super E>>
ImmutableSortedSet
<E>
558
return
ImmutableSortedSet
.of(freshElement);
/external/vogar/lib/
guava.jar
/libcore/benchmarks/libs/
caliper.jar
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
/prebuilts/devtools/tools/lib/
guava-17.0.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/misc/common/guava/
guava-15.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar
/prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar
/frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar
Completed in 1712 milliseconds
1
2
3
4