Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What I have so far: (10 marks) Write a generic Arraylist program to remove duplicate Arraylist of different type. A program with three ArrayList of

image text in transcribed

What I have so far:

image text in transcribed

image text in transcribed

(10 marks) Write a generic Arraylist program to remove duplicate Arraylist of different type. A program with three ArrayList of different data type is provided for this problem (attached with this assignment). You need to write the method (removeDupcaedtype) ) to return a proper type for ArrayList. Currently this program does not compile until you complete the removeDuplicates (....) method Your final result should be as the following: Before performing the removeDuplicates(..) inum size 5 [14, 24, 14, 42, 25] Name size14 [Tom, Buzz, Matt, John, Eric, Mary, Tom, cliff, Anne, Matt, Evan, John, Eric, Buzz] dNum size= 6 [2.1, 3.2, 3.2, 2.1, 9.9, 2.1] After performing the removeDuplicates(.) newInum size -4 [14, 24, 42, 25] newName size 9 [Tom, Buzz, Matt, John, Eric, Mary, Cliff, Anne, Evan] newdNum size 3 [2.1, 3.2, 9.9]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genomes Browsers And Databases Data Mining Tools For Integrated Genomic Databases

Authors: Peter Schattner

1st Edition

0521711320, 978-0521711326

Students also viewed these Databases questions