Uses of Interface
com.sun.istack.Pool
-
Packages that use Pool Package Description com.sun.istack istack-commons runtime utilities.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of Pool in com.sun.istack
Classes in com.sun.istack that implement Pool Modifier and Type Class Description static classPool.Impl<T>Default implementation that usesConcurrentLinkedQueueas the data store. -
Uses of Pool in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as Pool Modifier and Type Field Description Pool<jakarta.xml.bind.Marshaller>JAXBContextImpl. marshallerPoolPool ofMarshallers.Pool<jakarta.xml.bind.Unmarshaller>JAXBContextImpl. unmarshallerPool
-