C# Class RyuaNerin.Aheui.ExtendedArray

Show file Open project: RyuaNerin/AheuiCSharp

Public Methods

Method Description
Clear ( ) : void
ExtendedArray ( int StackMinSize, int StackMaxSize ) : System
Pop ( ) : int
Push ( int value ) : void
Shift ( ) : int
ToString ( ) : string
Unshift ( int value ) : void
this ( int index ) : int

Private Methods

Method Description
ExpandSize ( ) : void
ReduceSize ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

ExtendedArray() public method

public ExtendedArray ( int StackMinSize, int StackMaxSize ) : System
StackMinSize int
StackMaxSize int
return System

Pop() public method

public Pop ( ) : int
return int

Push() public method

public Push ( int value ) : void
value int
return void

Shift() public method

public Shift ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Unshift() public method

public Unshift ( int value ) : void
value int
return void

this() public method

public this ( int index ) : int
index int
return int