Searched defs:singleton (Results 1 - 25 of 38) sorted by relevance

12

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDOMImplementationImpl.java49 static DeferredDOMImplementationImpl singleton = new DeferredDOMImplementationImpl(); field in class:DeferredDOMImplementationImpl
H A DPSVIDOMImplementationImpl.java52 static PSVIDOMImplementationImpl singleton = new PSVIDOMImplementationImpl(); field in class:PSVIDOMImplementationImpl
H A DDOMImplementationImpl.java55 static DOMImplementationImpl singleton = new DOMImplementationImpl(); field in class:DOMImplementationImpl
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/tree/
H A DDoubleSignature.java32 private static final DoubleSignature singleton = new DoubleSignature(); field in class:DoubleSignature
H A DFloatSignature.java32 private static final FloatSignature singleton = new FloatSignature(); field in class:FloatSignature
H A DBottomSignature.java31 private static final BottomSignature singleton = new BottomSignature(); field in class:BottomSignature
H A DByteSignature.java32 private static final ByteSignature singleton = new ByteSignature(); field in class:ByteSignature
H A DCharSignature.java32 private static final CharSignature singleton = new CharSignature(); field in class:CharSignature
H A DVoidDescriptor.java33 private static final VoidDescriptor singleton = new VoidDescriptor(); field in class:VoidDescriptor
H A DBooleanSignature.java32 private static final BooleanSignature singleton = new BooleanSignature(); field in class:BooleanSignature
H A DLongSignature.java32 private static final LongSignature singleton = new LongSignature(); field in class:LongSignature
H A DShortSignature.java32 private static final ShortSignature singleton = new ShortSignature(); field in class:ShortSignature
H A DIntSignature.java32 private static final IntSignature singleton = new IntSignature(); field in class:IntSignature
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/scope/
H A DDummyScope.java41 private static final DummyScope singleton = new DummyScope(); field in class:DummyScope
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DSingletonResolver.java44 private final @NotNull T singleton; field in class:SingletonResolver
46 public SingletonResolver(@NotNull T singleton) { argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DMaxStreamFormatVersionComponentImpl.java51 public static final MaxStreamFormatVersionComponentImpl singleton field in class:MaxStreamFormatVersionComponentImpl
H A DJavaSerializationComponent.java49 private static JavaSerializationComponent singleton; field in class:JavaSerializationComponent
51 public static JavaSerializationComponent singleton() { method in class:JavaSerializationComponent
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/servicecontext/
H A DMaxStreamFormatVersionServiceContext.java46 public static final MaxStreamFormatVersionServiceContext singleton field in class:MaxStreamFormatVersionServiceContext
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSImplementationImpl.java53 static XSImplementationImpl singleton = new XSImplementationImpl(); field in class:XSImplementationImpl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMImplementation.java34 private static final SchemaDOMImplementation singleton = new SchemaDOMImplementation(); field in class:SchemaDOMImplementation
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DInstanceResolver.java145 public static <T> InstanceResolver<T> createSingleton(T singleton) { argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/
H A DCredentialsCache.java51 static CredentialsCache singleton = null; field in class:CredentialsCache
/openjdk10/langtools/test/tools/javac/generics/
H A DParametricException.java48 public static TrueChurchBoolean singleton() { method in class:TrueChurchBoolean
60 public static FalseChurchBoolean singleton() { method in class:FalseChurchBoolean
/openjdk10/jdk/test/javax/management/generified/
H A DGenericTest.java439 private static <E> Set<E> singleton(E value) { method in class:GenericTest
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DIterators.java53 public static <T> Iterator<T> singleton(T value) { method in class:Iterators

Completed in 199 milliseconds

12