Link Search Menu Expand Document

API

Fields

Name Data Type Description
arr Array of Integers Stores corresponding values
size Integer Size of Array to be created

Methods

Name Parameters Return Type Description
constructor None Object (ArraysString) Creates an instance of class ArraysString
size None Integer Returns size of created Array
add index (Integer), value (String) Void Adds value at corresponding index
get index (Integer) Integer Returns value at corresponding index
remove index (Integer) Void Removes value at corresponding index