Searched defs:ImmutableSortedSet (Results 1 – 7 of 7) sorted by relevance
269 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local270 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local271 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local294 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local295 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local296 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local313 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local316 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local319 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local340 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
290 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local298 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local306 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local393 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local402 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local410 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local499 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local500 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local514 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local515 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
275 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local276 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local277 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local300 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local301 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local302 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local319 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local322 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local325 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local346 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
295 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local303 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local311 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local398 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local407 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local415 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local504 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local505 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local519 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local520 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
39 public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> class243 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet247 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
64 public abstract class ImmutableSortedSet<E> extends ImmutableSet<E> class543 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
67 public abstract class ImmutableSortedSet<E> extends ImmutableSet.CachingAsList<E> class596 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet