Interface ISimpleLinkedList<E>
- Type Parameters:
E- the type of the elements of aISimpleLinkedList
- All Superinterfaces:
Iterable<E>
- All Known Implementing Classes:
SimpleLinkedList
- Author:
- Silvan Wyss
-
Method Details
-
addAtEnd
-
clear
void clear() -
getElementCount
int getElementCount() -
getStoredFirst
E getStoredFirst() -
isEmpty
boolean isEmpty() -
removeFirst
void removeFirst()
-