interface IDictionary{ public String getValue(String key); //Returms the value to which the key is mapped in this dictionary. public void changeValue(String key, String newValue); //Maps the key to the new value. public void swap(String key1, String key2); //Swaps the values of keyl and key2. } *A dictionary consists of two String arrays. * The first array holds the keys and the second array holds values. * For example: my_keys={"Alice","Bob","Charlie"}; * my_values={"CMPE", "BIOE", "IE"} * The key-value pair has the same index. For instance, "Alice" and "CMPE" is a key-value pair. Write a Dictionary class that implements IDictionary. 1. Your class constructor must have two parameters, a String array that holds the keys and a String array that holds the values as described above. 2. Your constructor must throw an exception if the array lengths don't match. 3. Implement the getValue, changeValue and swap methods as described above. 4. Write a test class and test all methods.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

java

 

please help asap i got 40 min

 

please answer codes as text not pictures

interface IDictionary{
public String getValue(String key); //Returns the value to which the key is mapped in this dictionary.
public void changeValue(String key, String newValue); //Maps the key to the new value.
public void swap(String key1, String key2); //Swaps the values of key1 and key2.
/*
A dictionary consists of two String arrays.
* The first array holds the keys and the second array holds values.
* For example: my_keys={"Alice","Bob","Charlie"};
* my_values={"CMPE", "BIOE", "IE"}
* The key-value pair has the same index. For instance, "Alice" and "CMPE" is a key-value pair.
Write a Dictionary class that implements IDictionary.
1. Your class constructor must have two parameters, a String array that holds the keys and a String array that holds the values as described above.
2. Your constructor must throw an exception if the array lengths don't match.
3. Implement the getValue, changeValue and swap methods as described above.
4. Write a test class and test all methods.
Transcribed Image Text:interface IDictionary{ public String getValue(String key); //Returns the value to which the key is mapped in this dictionary. public void changeValue(String key, String newValue); //Maps the key to the new value. public void swap(String key1, String key2); //Swaps the values of key1 and key2. /* A dictionary consists of two String arrays. * The first array holds the keys and the second array holds values. * For example: my_keys={"Alice","Bob","Charlie"}; * my_values={"CMPE", "BIOE", "IE"} * The key-value pair has the same index. For instance, "Alice" and "CMPE" is a key-value pair. Write a Dictionary class that implements IDictionary. 1. Your class constructor must have two parameters, a String array that holds the keys and a String array that holds the values as described above. 2. Your constructor must throw an exception if the array lengths don't match. 3. Implement the getValue, changeValue and swap methods as described above. 4. Write a test class and test all methods.
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY