Class SimpleImmutableList<E>

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

public final class SimpleImmutableList<E> extends Object implements Iterable<E>
Author:
Silvan Wyss