Searched defs:asSet (Results 1 – 9 of 9) sorted by relevance
505 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local514 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local524 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local534 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
504 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSet() local513 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetHeadSet() local523 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetTailSet() local533 ImmutableSortedSet<Integer> asSet = RANGE_SET_ONE.asSet(DiscreteDomain.integers()); in testAsSetSubSet() local
57 Set<Object> asSet = new HashSet<Object>(list); in hasDuplicates() local
71 public Set<T> asSet() { in asSet() method in Absent
68 public Set<T> asSet() { in asSet() method in Present
278 public abstract Set<T> asSet(); in asSet() method in Optional
236 public abstract Set<T> asSet(); in asSet() method in Optional