public class PairGeneratorNoise extends PairSortedGenerator
Modifier and Type | Field and Description |
---|---|
private int[] |
ids
Ids to use
|
private int |
pos
Current position.
|
Constructor and Description |
---|
PairGeneratorNoise(Cluster<?> cluster)
Crate new generator for a base cluster object.
|
Modifier and Type | Method and Description |
---|---|
protected IntIntPair |
advance()
Advance iterator and return new pair.
|
current, next, setCurrent
public PairGeneratorNoise(Cluster<?> cluster)
cluster
- objectprotected IntIntPair advance()
advance
in class PairSortedGenerator