Can anyone help me with this programming assignment?

profiledonutking101
MyLinkedList.java

public class MyLinkedList implements ListInterface { /* TODO: Write a LinkedList implementation for all the methods specified in ListInterface */ }