: Public <<type>> Class
Created: 10-04-2008 12:15:52
Modified: 27-06-2008 12:44:29
Project:
Advanced:
A circular sequence is a sequence that wraps back on itself, i. e. when the last  element is reached, the tail is the original sequence. <br /></p><p><br /></p><p>The representation of a sequence is unique, but a circular sequence is equal to any circular sequence of the same length that is a circular permutation of itself. the fact that this is an equivalence  relation is an easy exercise, and is left to the reader.<br /></p>
Operation
Public
asSequence( firstObject: T,
):Sequence<T>
Details:
Sequential
Public
last():NULL
Details:
Sequential
Tag Value
persistence persistent
Details:
 
Object Type Connection Direction Notes
«type» Sequence Class Generalization To