Uses of Class
jsr166y.Phaser

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

Uses of Phaser in jsr166y
 

Methods in jsr166y that return Phaser
 Phaser Phaser.getParent()
          Returns the parent of this phaser, or null if none.
 Phaser Phaser.getRoot()
          Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
 

Constructors in jsr166y with parameters of type Phaser
Phaser(Phaser parent)
          Equivalent to Phaser(parent, 0).
Phaser(Phaser parent, int parties)
          Creates a new phaser with the given parent and number of registered unarrived parties.
 



Copyright © 2009-2012. All Rights Reserved.