: Public <<type>> Class
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/>
- Operations
- Tagged Values
- Advanced
- Other Links
Operation |
Public
asSequence( firstObject: T,
Default: |
|
Kind: |
inout |
Stereotype: |
|
|
|
):Sequence<T>
|
 Details:
|
Public
last():NULL
|
 Details:
|
Tag |
Value |
persistence |
persistent |
 Details:
|
Property |
Value |
isFinalSpecialization: |
0 |
Object |
Type |
Connection |
Direction |
Notes |
«type» Sequence |
Class |
Generalization |
To |
|