Uses of Class
tools.jackson.core.util.RecyclerPool.StatefulImplBase
Packages that use RecyclerPool.StatefulImplBase
-
Uses of RecyclerPool.StatefulImplBase in tools.jackson.core.util
Subclasses of RecyclerPool.StatefulImplBase in tools.jackson.core.utilModifier and TypeClassDescriptionstatic classRecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.static classRecyclerPoolimplementation that usesConcurrentLinkedDequefor 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.Methods in tools.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 tools.jackson.core.util with parameters of type RecyclerPool.StatefulImplBaseModifier and TypeMethodDescriptionprotected Optional<RecyclerPool.StatefulImplBase<P>>RecyclerPool.StatefulImplBase._resolveToShared(RecyclerPool.StatefulImplBase<P> shared)