Class SimpleLinkedList<E>

java.lang.Object
ch.nolix.base.foundation.linkedlist.SimpleLinkedList<E>
Type Parameters:
E - the type of the elements of a SimpleLinkedList
All Implemented Interfaces:
ISimpleLinkedList<E>, Iterable<E>

public final class SimpleLinkedList<E> extends Object implements ISimpleLinkedList<E>
Author:
Silvan Wyss