Implemented interfaces:
ArrayC!, (public class SArray
SArray is an array of string that converts char[] to String for convinience of the user
Constructor Summary
(... ) Creates and initializes a new StringArray.
Methods Summary
this (...)
/**
* Creates and initializes a new StringArray.
* String will be added to the array with out copying
* A new String will be created from objects using the .toString method.
* A new String will be create for chars
*
*/