Can anyone help me with this programming assignment?

donutking101
MyLinkedList.java

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