
public final class PhaserPair extends Object
| Modifier and Type | Field and Description |
|---|---|
PhaserMode |
mode
The phaser registration mode.
|
HjPhaser |
phaser
The wrapped phaser instance.
|
| Constructor and Description |
|---|
PhaserPair(HjPhaser pPhaser,
PhaserMode pMode)
Constructor for PhaserPair.
|
| Modifier and Type | Method and Description |
|---|---|
static PhaserPair |
PhaserPair(HjPhaser pPhaser,
PhaserMode pMode)
Factory method to create PhaserPair instances.
|
public final HjPhaser phaser
public final PhaserMode mode
public PhaserPair(HjPhaser pPhaser, PhaserMode pMode)
Constructor for PhaserPair.
pPhaser - a HjPhaser object.pMode - a PhaserMode object.public static PhaserPair PhaserPair(HjPhaser pPhaser, PhaserMode pMode)
pPhaser - a HjPhaser object.pMode - a PhaserMode object.PhaserPair object.Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.