X682: LinkedBagRemoveAll 0 / 50 For this question assume the following code: public class LinkedBag<T> implements BagInterface<T>{ private Node firstNode; ... Java methods logic CS2114