Create a Java interface that declares the following additional methods for a list:
Then define DoubleEndedListInterface by extending both this interface and List Interface. Write a class that implements DoubleEndedListInterface. Represent the list’s entries by using a chain of nodes that has both a head reference and a tail reference. Write a program that thoroughly tests your class.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here