language is java Restrictions: You are not allowed to use anything from the String, StringBuilder, or…

language is java
Restrictions: You are not allowed to use anything from the String, StringBuilder, or Wrapper classes. In general, you may not use anything from any other Java classes, unless otherwise specified. You are not allowed to use String literals in your code (“this is a string literal”). You are not allowed to use String objects in your code. The methods must be implemented by manipulating the data field array, The CSString Class: NOTE: Pay very careful attention to the method header as well as what the method should return. As always use the correct access modifiers, Once a CSString object has been created, you should never change the characters in that string. Any changes should result in a new CSString object being returned. Data Fields: char[] text: This class shall have a data field that is an array of characters. NOTE: No other data fields are allowed. Constructors: CSString(charl] text): This constructor shall take an array of characters as input. This constructor shall use the System. arraycopy() method to copy the data from the parameter array to the data field array, which shall make a deep copy of the data. This class shall have no other constructors. Methods: charAt(int index): This method shall take an integer index as input. The index value cannot be negative. The index value cannot be larger than the length of the string 1. If the index is not valid, display an error message and return ‘0000’: This method shall return the character at the given index. concat(CSString other): This method shall take a CSString object as input. This method shall return a new CSString object created by concatenating the source string and the parameter string together. endsWith(CSString suffix): This method shall take a CSString object as input. This method shall return true if the source string ends with the exact character sequence given in the suffix string, return false otherwise, equals(CSString other): This method shall take a CSString object as input. This method shall return true if the source string is exactly equal to the other string, This method does not ignore the case of a character when checking for equality. i.e. ‘A’ == ‘a’ should be considered a result of false. TWO CSString objects are equal if all of the following are true! They both have the same number of characters. They both have the exact same characters in the exact same order from beginning to end. equalsIgnoreCase (CSString other): This method shall take a csString object as input. This method shall return true if the source string is exactly equal to the other string. This method ignores the case of a character when checking for equality. 1.e. ‘A’ == ‘a’, ‘A’ == ‘A’, ‘a’ == ‘a’, should all be considered a result of true. HINT: You are allowed to use the Character.toLowerCase() method from the Character class to help implement this method. TWO CSString objects are equal if all of the following are true: They both have the same number of characters. They both have the exact same characters in the exact same order from beginning to end. Length(): This method shall take no parameters as input. This method shall return the length of the csString (number of characters) as an integer. startsWith(CSString prefix): This method shall take a CSString object as input, This method shall return true if the source string ends with the exact character sequence given in the prefix string, return false otherwise, substring(int begin): This method shall take an integer value that is the beginning index of the substring you which to find. The begin value cannot be negative. The begin value cannot be larger than the length of the string – 1. If the begin value is not valid, display an error message and return . This method shall return a new CSString object which is made from the substring of the source string starting from index begin. substring(int begin, int end) : This method shall take two integer values as input, begin and end. Neither of these values can be negative Neither of these values can be larger than the length of the string – 1. If either value is not valid, display an error message and return . This method shall return a new csString object which is made from the substring of the source string starting from index begin and ending at end-1 (does not include the character at end). SwapCase(): This method shall take no parameters as input. This method shall return a new CSString object where the capitalization of the current CSString is reversed. Uppercase becomes lowercase, Lowercase becomes uppercase. You may use the toLowerCase and toUpperCase and is Uppercase and is LowerCase methods from the Character class to help implement this method. titlecase(): This method shall take no parameters as input. This method shall return a new CSString object where the first letter of every word is capitalized. You may use the touppercase method from the Character class to implement this method. toLowerCase(): This method shall take no parameters as input. This method shall return a new CSString object where each letter is lowercase. HINT: You may use the Character.toLowerCase() method to implement this method. toupperCase(): This method shall take no parameters as input. This method shall return a new CSString object where each letter is uppercase, HINT: You may use the Character.toupperCase() method to implement this method. toString(): You should implement the toString method such that it returns a Java String representation of your C55tring, NOTE: This is the ONLY place in your CSString class where you are allowed to use a Java String object. This method should display the CSString as follows: If the array in the C55tring class contains the following data: charl) text = [‘a’, ‘b’, ‘c, ‘d’, ‘e’, ‘f’, ”: Then the method should return a String that looks like: abcdefg. The CSStringTester Class: This class shall demonstrate that all functionality of your csString class is working. Again, all functionality must be exhaustively tested. Any functionality which is not demonstrated in the Tester/Driver will not be given credit, even if the method was implemented correctly.

Custom Paper Help
Calculate your paper price
Pages (550 words)
Approximate price: -

Why Work with Us

Top Quality and Well-Researched Papers

We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.

Professional and Experienced Academic Writers

We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.

Free Unlimited Revisions

If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.

Prompt Delivery and 100% Money-Back-Guarantee

All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.

Original & Confidential

We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.

24/7 Customer Support

Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

Our Services

No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.

Essays

Essay Writing Service

No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.

Admissions

Admission Essays & Business Writing Help

An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.

Reviews

Editing Support

Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.

Reviews

Revision Support

If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.