| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INEList<E>
Represents the structural behavior of an immutable non-empty list that holds elements of type E. An immutable non-empty list has a data object called first, and an isomorphic subcomponent called rest. Its structural behavior provides access to its internal data (first) and substructure (rest).
| Method Summary | |
|---|---|
|  E | getFirst()"Gettor" method for the list's first. | 
|  IList<? extends E> | getRest()"Gettor" method for the list's rest. | 
| Methods inherited from interface listFW.IList | 
|---|
| execute | 
| Method Detail | 
|---|
E getFirst()
IList<? extends E> getRest()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||