Package org.drip.spaces.big
Class BigC1Array
java.lang.Object
org.drip.spaces.big.BigC1Array
public class BigC1Array
extends java.lang.Object
BigC1Array contains the Functionality to Process and Manipulate the Character Array backing the Big
String. It provides the following Functionality:
- i>BigC1Array Constructor
- Retrieve the Character Array
- Translate the String at around the Pivot Index using the String Block
Module | Computational Core Module |
Library | Statistical Learning Library |
Project | R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes |
Package | Big-data In-place Manipulator |
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description BigC1Array(char[] charArray)
i>BigC1Array Constructor -
Method Summary
Modifier and Type Method Description char[]
charArray()
Retrieve the Character Arrayboolean
translateAtPivot(int pivotIndex, int blockSize)
Translate the String at around the Pivot Index using the String BlockMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BigC1Array
public BigC1Array(char[] charArray) throws java.lang.Exceptioni>BigC1Array Constructor- Parameters:
charArray
- Character Array- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
charArray
public char[] charArray()Retrieve the Character Array- Returns:
- The Character Array
-
translateAtPivot
public boolean translateAtPivot(int pivotIndex, int blockSize)Translate the String at around the Pivot Index using the String Block- Parameters:
pivotIndex
- The Pivot IndexblockSize
- The Block Size- Returns:
- TRUE - The Translation succeeded
-