Searched defs:SingletonSet (Results 1 – 1 of 1) sorted by relevance
223 private static final class SingletonSet<E> extends AbstractSet<E> implements Serializable { class in Collections227 SingletonSet(E object) { in SingletonSet() method in Collections.SingletonSet