|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INEList
Represents the structural behavior of an immutable non-empty list. 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 | |
---|---|
Object |
getFirst()
"Gettor" method for the list's first. |
IList |
getRest()
"Gettor" method for the list's rest. |
Methods inherited from interface OOscheme.IList |
---|
execute |
Method Detail |
---|
Object getFirst()
IList getRest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |