Searched defs:SingletonSet (Results 1 – 1 of 1) sorted by relevance
2141 private static class SingletonSet<E> extends java.util.AbstractSet<E> class in Collections2144 SingletonSet(E e) { in SingletonSet() method in Collections.SingletonSet