Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.container.heap
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


Fix

 

class method Fix(h: Interface; i: int)

 

static void Fix(Interface h, int i)

 

static func Fix(_ h: Interface, _ i: int)

 

// .NET, .NET Standard 2.0
func Fix(h Interface, i int) 
// Island
func Fix(h Interface, i int) void

 

Shared Sub Fix(h As Interface, i As int)

Parameters:

  • h:
  • i:

Init

 

class method Init(h: Interface)

 

static void Init(Interface h)

 

static func Init(_ h: Interface)

 

// .NET, .NET Standard 2.0
func Init(h Interface) 
// Island
func Init(h Interface) void

 

Shared Sub Init(h As Interface)

Parameters:

  • h:

Pop

 

class method Pop(h: Interface): Object

 

static Object Pop(Interface h)

 

static func Pop(_ h: Interface) -> Object

 

func Pop(h Interface) interface{}

 

Shared Function Pop(h As Interface) As Object

Parameters:

  • h:

Push

 

class method Push(h: Interface; x: Object)

 

static void Push(Interface h, Object x)

 

static func Push(_ h: Interface, _ x: Object)

 

// .NET, .NET Standard 2.0
func Push(h Interface, x interface{}) 
// Island
func Push(h Interface, x interface{}) void

 

Shared Sub Push(h As Interface, x As Object)

Parameters:

  • h:
  • x:

Remove

 

class method Remove(h: Interface; i: int): Object

 

static Object Remove(Interface h, int i)

 

static func Remove(_ h: Interface, _ i: int) -> Object

 

func Remove(h Interface, i int) interface{}

 

Shared Function Remove(h As Interface, i As int) As Object

Parameters:

  • h:
  • i: