Searched refs:SingletonSet (Results 1 – 2 of 2) sorted by relevance
5104 return new SingletonSet<>(o);5183 private static class SingletonSet<E>5193 SingletonSet(E e) {element = e;}
2141 private static class SingletonSet<E> extends java.util.AbstractSet<E> class in Collections2144 SingletonSet(E e) { in SingletonSet() method in Collections.SingletonSet