Uses of Interface
org.apache.logging.log4j.kit.recycler.Recycler
Packages that use Recycler
Package
Description
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Support classes for the creation of recyclers.
-
Uses of Recycler in org.apache.logging.log4j.kit.recycler
Methods in org.apache.logging.log4j.kit.recycler that return RecyclerModifier and TypeMethodDescriptiondefault <V> Recycler<V>
Creates a new recycler using the given supplier function for initial instances.<V> Recycler<V>
Creates a new recycler using the given supplier and cleaner functions.Methods in org.apache.logging.log4j.kit.recycler with parameters of type Recycler -
Uses of Recycler in org.apache.logging.log4j.kit.recycler.support
Classes in org.apache.logging.log4j.kit.recycler.support that implement RecyclerModifier and TypeClassDescriptionclass
Abstract implementation ofRecycler
that properly handlesRecyclerAware
objects