Searched defs:ImmutableSortedSet (Results 1 – 6 of 6) sorted by relevance
223 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local224 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local225 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local248 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local249 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local250 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local268 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local271 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local274 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local295 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
147 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local155 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local163 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local242 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local251 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local259 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local322 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local323 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local334 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local335 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
256 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local257 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local258 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local281 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local282 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local283 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local301 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local304 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local307 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local328 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
266 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local274 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local282 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local368 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local377 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local385 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local462 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local463 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local474 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local475 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
38 public abstract class ImmutableSortedSet<E> class255 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet259 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
94 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class584 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet