Operation |
Details |
public FrontOfSets(): |
Notes: | Constructor of the class FrontOfSets. | |
public getActual():SetName |
Notes: | Returns currently used member.
@returns currently used member | |
public getActualSetIndex():int |
Notes: | Returns index of currently used member
@returns index of currently used member | |
public getAfterLastSetIndex():int |
|
public getAfterLastOneMember():int |
|
public setAfterLastOneMember( int afterLastOneMember):void |
|
public insertNewSet( SetName newSet):void |
Notes: | Inserts new member to this front at last position. | |
public insertAtPosition( int position, SetName newSet):void |
Notes: | Inserts new member to this front at given position. | |
public getAtPosition( int position):SetName |
|
public setFrontInitialized( bool frontInitialized):void |
Notes: | Sets the flag whehter the front has been initialized or not. | |
public getFrontInitialized():bool |
Notes: | Finds out if the front has been initialized.
@returns Whether the front has been initialized or not | |
public clearFront():void |
Notes: | Removes all members from the set. | |
public next():void |
Notes: | Moves index of currently used set to next position | |