Uses of Class
com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase
Packages that use RecyclerPool.StatefulImplBase
Package
Description
Utility classes used by Jackson Core functionality.
-
Uses of RecyclerPool.StatefulImplBase in com.fasterxml.jackson.core.util
Subclasses of RecyclerPool.StatefulImplBase in com.fasterxml.jackson.core.utilModifier and TypeClassDescriptionstatic classRecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.static classRecyclerPoolimplementation that usesConcurrentLinkedDequefor recycling instances.static classRecyclerPoolimplementation that uses a lock free linked list for recycling instances.static classRecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>RecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.static classRecyclerPool.ConcurrentDequePoolBase<P extends RecyclerPool.WithPool<P>>RecyclerPoolimplementation that usesConcurrentLinkedDequefor recycling instances.static classRecyclerPool.LockFreePoolBase<P extends RecyclerPool.WithPool<P>>RecyclerPoolimplementation that uses a lock free linked list for recycling instances.Methods in com.fasterxml.jackson.core.util that return types with arguments of type RecyclerPool.StatefulImplBaseModifier and TypeMethodDescriptionprotected Optional<RecyclerPool.StatefulImplBase<P>> RecyclerPool.StatefulImplBase._resolveToShared(RecyclerPool.StatefulImplBase<P> shared) Methods in com.fasterxml.jackson.core.util with parameters of type RecyclerPool.StatefulImplBaseModifier and TypeMethodDescriptionprotected Optional<RecyclerPool.StatefulImplBase<P>> RecyclerPool.StatefulImplBase._resolveToShared(RecyclerPool.StatefulImplBase<P> shared)