listFW
Interface IMTList<E>

All Superinterfaces:
IList<E>

public interface IMTList<E>
extends IList<E>

Represents the structural behavior of the immutable empty list. The empty list has no well-defined structural behavior: it has no first and no rest. Note that it defined as having a type as it is the empty list of a certain type.

Since:
Copyright 2004 - DXN, SBW All rights reserved

Method Summary
 
Methods inherited from interface listFW.IList
execute