public class DistributedPlaceholderIterator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentMax
|
protected int[] |
digitCount
|
protected boolean |
includeNegatives
|
protected int |
max
|
protected int[] |
placeholders
|
| Constructor and Description |
|---|
DistributedPlaceholderIterator(int placeholderCount, int max, boolean includeNegatives)
|
DistributedPlaceholderIterator(int placeholderCount, int max, int initialMax, boolean includeNegatives)
|
protected final int[] placeholders
protected final int max
protected final boolean includeNegatives
protected transient int currentMax
protected final int[] digitCount
public DistributedPlaceholderIterator(int placeholderCount,
int max,
boolean includeNegatives)public DistributedPlaceholderIterator(int placeholderCount,
int max,
int initialMax,
boolean includeNegatives)public StringtoString()
public int getPlaceholderCount()
public int getPlaceholder(int index)
public void next()
public boolean isDone()