public class BigC1Array
extends java.lang.Object
Constructor and Description |
---|
BigC1Array(char[] ach)
BigC1Array Constructor
|
Modifier and Type | Method and Description |
---|---|
char[] |
charArray()
Retrieve the Character Array
|
boolean |
translateAtPivot(int iPivotIndex,
int iBlockSize)
Translate the String at around the Pivot Index using the String Block
|
public BigC1Array(char[] ach) throws java.lang.Exception
ach
- Character Arrayjava.lang.Exception
- Thrown if the Inputs are Invalidpublic char[] charArray()
public boolean translateAtPivot(int iPivotIndex, int iBlockSize)
iPivotIndex
- The Pivot IndexiBlockSize
- The Block Size