Home
last modified time | relevance | path

Searched defs:ImmutableSortedSet (Results 1 – 7 of 7) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetMultimapTest.java268 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
269 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
270 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
293 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
294 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
295 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
312 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
315 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
318 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
339 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
[all …]
DImmutableSortedSetTest.java289 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local
297 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local
305 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local
392 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
401 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
409 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
498 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
499 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
513 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
514 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetMultimapTest.java273 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
274 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
275 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
298 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
299 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
300 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
317 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
320 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
323 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
344 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
[all …]
DImmutableSortedSetTest.java293 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local
301 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local
309 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local
396 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
405 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
413 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
502 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
503 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
517 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
518 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java39 public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> class
244 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
248 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedSet.java59 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class
513 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSet.java63 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class
588 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet