Searched defs:asSet (Results 1 – 9 of 9) sorted by relevance
509 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local518 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local528 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local538 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
508 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local517 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local527 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local537 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
57 Set<Object> asSet = new HashSet<Object>(list); in hasDuplicates() local
68 public Set<T> asSet() { in asSet() method in Present
71 public Set<T> asSet() { in asSet() method in Absent
278 public abstract Set<T> asSet(); in asSet() method in Optional
236 public abstract Set<T> asSet(); in asSet() method in Optional