public class IterationHelper
extends java.lang.Object
Constructor and Description |
---|
IterationHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
CheckForRepeatingIndex(int[] ai)
Scan through the Integer Array looking for a repeating Index
|
static java.lang.String |
ComposeFromIndex(java.lang.String strMaster,
int[] aiIndex)
Compose a String constructed from the specified Array Index
|
static void |
DumpIndexArray(java.lang.String strPrefix,
int[] ai)
Display the Contents of the Index Array
|
public static final boolean CheckForRepeatingIndex(int[] ai)
ai
- The Index Arraypublic static final void DumpIndexArray(java.lang.String strPrefix, int[] ai)
strPrefix
- The Dump Prefixai
- The Index Arraypublic static final java.lang.String ComposeFromIndex(java.lang.String strMaster, int[] aiIndex)
strMaster
- The Master StringaiIndex
- The Index Array