| 程序包 | 说明 |
|---|---|
| org.skfiy.util.v8 |
| 类和说明 |
|---|
| CompletableFuture
A
Future that may be explicitly completed (setting its value and
status), and may include dependent functions and actions that trigger upon
its completion. |
| CompletableFuture.Action
Interface describing a void action of one argument
|
| CompletableFuture.BiAction
Interface describing a void action of two arguments
|
| CompletableFuture.BiFun
Interface describing a function of two arguments
|
| CompletableFuture.Fun
Interface describing a function of one argument
|
| CompletableFuture.Generator
Interface describing a function of no arguments
|
| ConcurrentHashMapV8
A hash table supporting full concurrency of retrievals and high expected
concurrency for updates.
|
| ConcurrentHashMapV8.Action
Interface describing a void action of one argument
|
| ConcurrentHashMapV8.BiAction
Interface describing a void action of two arguments
|
| ConcurrentHashMapV8.BiFun
Interface describing a function of two arguments
|
| ConcurrentHashMapV8.DoubleByDoubleToDouble
Interface describing a function mapping two doubles to a double
|
| ConcurrentHashMapV8.Fun
Interface describing a function of one argument
|
| ConcurrentHashMapV8.IntByIntToInt
Interface describing a function mapping two ints to an int
|
| ConcurrentHashMapV8.KeySetView
A view of a ConcurrentHashMapV8 as a
Set of keys, in which
additions may optionally be enabled by mapping to a common value. |
| ConcurrentHashMapV8.LongByLongToLong
Interface describing a function mapping two longs to a long
|
| ConcurrentHashMapV8.ObjectByObjectToDouble
Interface describing a function mapping two arguments to a double
|
| ConcurrentHashMapV8.ObjectByObjectToInt
Interface describing a function mapping two arguments to an int
|
| ConcurrentHashMapV8.ObjectByObjectToLong
Interface describing a function mapping two arguments to a long
|
| ConcurrentHashMapV8.ObjectToDouble
Interface describing a function mapping its argument to a double
|
| ConcurrentHashMapV8.ObjectToInt
Interface describing a function mapping its argument to an int
|
| ConcurrentHashMapV8.ObjectToLong
Interface describing a function mapping its argument to a long
|
| ConcurrentHashMapV8.Spliterator
A partitionable iterator.
|
| ConcurrentHashMapV8.ValuesView
A view of a ConcurrentHashMapV8 as a
Collection of values, in
which additions are disabled. |
| CountedCompleter
A
ForkJoinTask with a completion action performed when triggered and
there are no remaining pending actions. |
| ForkJoinPool
An
ExecutorService for running ForkJoinTasks. |
| ForkJoinPool.ForkJoinWorkerThreadFactory
Factory for creating new
ForkJoinWorkerThreads. |
| ForkJoinPool.ManagedBlocker
Interface for extending managed parallelism for tasks running in
ForkJoinPools. |
| ForkJoinTask
Abstract base class for tasks that run within a
ForkJoinPool. |
| ForkJoinWorkerThread
A thread managed by a
ForkJoinPool, which executes
ForkJoinTasks. |
| LongAdder
One or more variables that together maintain an initially zero
long
sum. |
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.