Uses of Package
jsr166y

Packages that use jsr166y
jsr166y Preview versions of classes targeted for Java 7. 
 

Classes in jsr166y used by jsr166y
CountedCompleter
          A resultless 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.
Phaser
          A reusable synchronization barrier, similar in functionality to CyclicBarrier and CountDownLatch but supporting more flexible usage.
ThreadLocalRandom
          A random number generator isolated to the current thread.
TransferQueue
          A BlockingQueue in which producers may wait for consumers to receive elements.
 



Copyright © 2009-2012. All Rights Reserved.