Searched defs:emptySortedSet (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java4403 * SortedSet<String> s = Collections.emptySortedSet();
4414 public static <E> SortedSet<E> emptySortedSet() { method in class:Collections

Completed in 28 milliseconds