Searched defs:TypedSingletonSet (Results 1 – 1 of 1) sorted by relevance
611 static class TypedSingletonSet<E> extends SingletonSet<E> { class614 <T extends E> TypedSingletonSet(T element, Class<T> type) { in TypedSingletonSet() method in TypedSingletonSet