Home
last modified time | relevance | path

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

/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