Searched defs:asSet (Results 1 – 11 of 11) sorted by relevance
133 final Collection<String> asSet; field in RegionSetTest.Case135 private Case(T input, String asString, Collection<String> asSet) { in Case()141 static <T> Case<T> tc(T input, String asString, Collection<String> asSet) { in tc()
491 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local500 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local510 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local520 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
490 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local499 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local509 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local519 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
57 Set<Object> asSet = new HashSet<Object>(list); in hasDuplicates() local
73 public Set<String> asSet() { in asSet() method in RegionSet
71 public Set<T> asSet() { in asSet() method in Absent
68 public Set<T> asSet() { in asSet() method in Present
237 public abstract Set<T> asSet(); in asSet() method in Optional
279 public abstract Set<T> asSet(); in asSet() method in Optional