Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetMultimapTest.java382 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
383 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
384 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
407 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
408 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
409 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
426 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
429 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
432 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
453 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
[all …]
DImmutableSortedSetTest.java298 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local
306 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local
314 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local
402 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
411 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
419 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
510 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
511 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
525 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
526 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetMultimapTest.java376 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
377 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
378 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
401 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
402 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
403 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
420 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
423 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
426 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
447 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
397 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
406 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
414 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
505 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
506 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
520 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
521 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.java41 public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> class
252 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
256 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedSet.java64 public abstract class ImmutableSortedSet<E> extends ImmutableSet<E> class
557 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSet.java67 public abstract class ImmutableSortedSet<E> extends ImmutableSet.CachingAsList<E> class
614 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet