Searched defs:ImmutableSortedSet (Results 1 – 7 of 7) sorted by relevance
382 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local383 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local384 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local407 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local408 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local409 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local426 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local429 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local432 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local453 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysAndValuesBy() local[all …]
298 assertTrue(set.headSet("g") instanceof ImmutableSortedSet); in testSingle_headSet() local306 assertTrue(set.tailSet("c") instanceof ImmutableSortedSet); in testSingle_tailSet() local314 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet); in testSingle_subSet() local402 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local411 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local419 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local510 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local511 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local525 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local526 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
376 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local377 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local378 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysBy() local401 assertFalse(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local402 assertFalse(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local403 assertFalse(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderKeysByDuplicates() local420 assertTrue(multimap.get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local423 assertTrue(multimap.get("x") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local426 assertTrue(multimap.asMap().get("a") instanceof ImmutableSortedSet); in testBuilderOrderValuesBy() local447 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() local397 assertTrue(set.headSet("e") instanceof ImmutableSortedSet); in testOf_headSet() local406 assertTrue(set.tailSet("e") instanceof ImmutableSortedSet); in testOf_tailSet() local414 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet); in testOf_subSet() local505 assertTrue(set.headSet("a") instanceof ImmutableSortedSet); in testExplicit_headSet() local506 assertTrue(set.headSet("fish") instanceof ImmutableSortedSet); in testExplicit_headSet() local520 assertTrue(set.tailSet("california") instanceof ImmutableSortedSet); in testExplicit_tailSet() local521 assertTrue(set.tailSet("fish") instanceof ImmutableSortedSet); in testExplicit_tailSet() local[all …]
41 public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> class252 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet256 ImmutableSortedSet(SortedSet<E> sortedDelegate) { in ImmutableSortedSet() method in ImmutableSortedSet
64 public abstract class ImmutableSortedSet<E> extends ImmutableSet<E> class557 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet
67 public abstract class ImmutableSortedSet<E> extends ImmutableSet.CachingAsList<E> class614 ImmutableSortedSet(Comparator<? super E> comparator) { in ImmutableSortedSet() method in ImmutableSortedSet