Searched defs:ImmutableSortedSet (Results 1 – 4 of 4) sorted by relevance
226 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local227 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local228 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local246 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local249 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local252 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local273 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local276 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local279 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local
165 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local173 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local181 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local267 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local276 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local284 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local361 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local362 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local373 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local374 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
38 public abstract class ImmutableSortedSet<E> class249 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet253 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
89 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class566 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet