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