|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
BooleanLatch
is a reusable latch that resets after it is released and waited on.LazyReference.create()
reference been initialized.
Callable
, and keyed by an
Object Map
in which all mutative operations (the "destructive"
operations described by Map
put, remove and so on) are implemented by making a fresh copy
of the underlying map.CopyOnWriteMap
with the supplied Map
to initialize the values
and the CopyOnWriteMap.CopyFunction
for creating our actual delegate instances.
CopyOnWriteMap
with the CopyOnWriteMap.CopyFunction
for creating our
actual delegate instances.
Map
implementations.SortedMap
in which all mutative operations (the
"destructive" operations described by SortedMap
put, remove and so on) are implemented by
making a fresh copy of the underlying map.CopyOnWriteMap
with the supplied Map
to initialize the values
and the CopyOnWriteSortedMap.CopyFunction
for creating our actual delegate instances.
CopyOnWriteMap
with the CopyOnWriteSortedMap.CopyFunction
for creating our
actual delegate instances.
Map
implementations.Timeout
that uses nanosecond precision.
Timeout
that uses nanosecond precision.
HashMap
copy function.
LazyReference.create()
reference been initialized.
LazyReference.create()
method threw an exception, this wraps it.LinkedHashMap
copy function.
LockManager
allows callables
and runnables
to be run
under a lock that is resolved against an input object.Manager
instances.PhasedLatch
is a shared latch that resets after it is released and can be reused.InterruptedException
.SettableFuture
is a Future
implementation where the responsibility for producing
the result is external to the future instance, unlike FutureTask
where the future holds
the operation (a Callable
or Runnable
instance) and the first thread that calls
FutureTask.run()
executes the operation.Supplier
produces.Iterable
that holds weak references
to content elements.LockManagers.weakLockManager(Function, int)
with
a default capacity of 128.
Lock
is resolved using a Function
that resolves to a
descriptor used to look up a Lock instance.
Callable
under a lock determined by the descriptor.
Runnable
under a lock determined by the descriptor.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |