: Public abstract Interface
Created: 23.5.2022 18.05.03
Modified: 1.8.2022 13.54.00
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/><br/>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/>
Operation
Public
asSequence( firstObject: T,
):Sequence<T>
Details:
Sequential
Public
last():NULL
Details:
Sequential
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
Sequence Interface Generalization To