Home
last modified time | relevance | path

Searched refs:SingletonSet (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCollections.java5104 return new SingletonSet<>(o);
5183 private static class SingletonSet<E>
5193 SingletonSet(E e) {element = e;}
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java2141 private static class SingletonSet<E> extends java.util.AbstractSet<E> class in Collections
2144 SingletonSet(E e) { in SingletonSet() method in Collections.SingletonSet