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.java269 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
270 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
271 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
294 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
295 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
296 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
313 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
316 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
319 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
340 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
[all …]
DImmutableSortedSetTest.java290 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local
298 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local
306 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local
393 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
402 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
410 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
499 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
500 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
514 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
515 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetMultimapTest.java275 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
276 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
277 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local
300 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
301 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
302 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local
319 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
322 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
325 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local
346 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
[all …]
DImmutableSortedSetTest.java295 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local
303 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local
311 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local
398 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local
407 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local
415 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local
504 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local
505 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local
519 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local
520 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
243 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
247 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
543 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
596 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet