Uses of Class
nonapi.io.github.classgraph.recycler.Recycler
-
Packages that use Recycler Package Description io.github.classgraph nonapi.io.github.classgraph.fastzipfilereader nonapi.io.github.classgraph.recycler -
-
Uses of Recycler in io.github.classgraph
Fields in io.github.classgraph declared as Recycler Modifier and Type Field Description private Recycler<ModuleReaderProxy,java.io.IOException>
ClasspathElementModule. moduleReaderProxyRecycler
The module reader proxy recycler.Fields in io.github.classgraph with type parameters of type Recycler Modifier and Type Field Description (package private) SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException>
ClasspathElementModule. moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.Constructor parameters in io.github.classgraph with type arguments of type Recycler Constructor Description ClasspathElementModule(ModuleRef moduleRef, SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec)
A zip/jarfile classpath element. -
Uses of Recycler in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as Recycler Modifier and Type Field Description private Recycler<NestedJarHandler.RecyclableInflater,java.lang.RuntimeException>
NestedJarHandler. inflaterRecycler
A recycler forInflater
instances.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type Recycler Modifier and Type Field Description SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException>
NestedJarHandler. moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module. -
Uses of Recycler in nonapi.io.github.classgraph.recycler
Fields in nonapi.io.github.classgraph.recycler declared as Recycler Modifier and Type Field Description private Recycler<T,E>
RecycleOnClose. recycler
The recycler.Constructors in nonapi.io.github.classgraph.recycler with parameters of type Recycler Constructor Description RecycleOnClose(Recycler<T,E> recycler, T instance)
Acquire or allocate an instance.
-