Searched defs:asSet (Results 1 – 3 of 3) sorted by relevance
147 public abstract Set<T> asSet(); in asSet() method in Optional
397 public ContiguousSet<C> asSet(DiscreteDomain<C> domain) { in asSet() method in Range
681 private static <T> Set<T> asSet(T... array) { in asSet() method in ProxyBuilder