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