Searched defs:ImmutableSortedSet (Results 1 – 7 of 7) sorted by relevance
268 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local269 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local270 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local293 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local294 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local295 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local312 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local315 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local318 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local339 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
289 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local297 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local305 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local392 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local401 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local409 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local498 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local499 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local513 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local514 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
273 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local274 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local275 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local298 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local299 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local300 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local317 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local320 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local323 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local344 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
293 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local301 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local309 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local396 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local405 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local413 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local502 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local503 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local517 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local518 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
39 public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> class244 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet248 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
59 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class513 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
63 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class588 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet