subject

Assume that the following is a method in class LinkedListExample and class KWLinkedList as explained in the lectures is available for use. What does the following non-member method do? public static void uknownMethod( KWLinkedList list1, E value1, E value2)

{

ListIterator iter = list1.listIterator();

int i;

while (iter. hasNext())

{

if (iter. next().equals(value1))

i = iter. nextIndex();

list1.add(i-1, value2);

}

}

If value1 exists in list1, then it adds value2 before one node from value1 in list1.

If value1 exists in list1, then it adds value2 after one node from value1 in list1.

If value1 exists in list1, then it adds value2 after value1 in list1.

If value1 exists in list1, then it adds value2 before value1 in list1.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Ayear in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: the year must be divisible by 4if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year.ex: if the input is 1913, the output is: 1913 is not a leap year.
Answers: 2
question
Computers and Technology, 22.06.2019 11:00
The editing of digital photos us about the same level of difficulty as editing an analog photo
Answers: 2
question
Computers and Technology, 22.06.2019 19:30
When using a public computer or network, you should always
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
You know the right answer?
Assume that the following is a method in class LinkedListExample and class KWLinkedList as explained...
Questions
question
Mathematics, 10.05.2021 20:50
question
Mathematics, 10.05.2021 20:50
question
Mathematics, 10.05.2021 20:50
question
Mathematics, 10.05.2021 20:50
question
Mathematics, 10.05.2021 20:50
question
Mathematics, 10.05.2021 20:50
question
English, 10.05.2021 20:50
Questions on the website: 13722363