Uses of Class
org.cojen.tupl.util.WeakPool.Entry
Packages that use WeakPool.Entry
Package
Description
Low-level utility classes for managing concurrency, caching, and task scheduling.
-
Uses of WeakPool.Entry in org.cojen.tupl.util
Methods in org.cojen.tupl.util that return WeakPool.EntryModifier and TypeMethodDescriptionCreate a new pooled entry which refers to the given object.WeakPool.tryAccess()
Returns an available pooled entry if any exist.