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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java1263 private static class EmptyNavigableSet<E> extends UnmodifiableNavigableSet<E> class in class:Collections.UnmodifiableNavigableSet
1267 public EmptyNavigableSet() { method in class:Collections.UnmodifiableNavigableSet.EmptyNavigableSet
1276 new EmptyNavigableSet<>();

Completed in 43 milliseconds