C# Класс Engine.Objects.BinHeapInstance

Наследование: Jurassic.Library.ObjectInstance
Показать файл Открыть проект

Открытые методы

Метод Описание
BinHeapInstance ( ObjectInstance prototype ) : System.Collections.Generic
BinHeapInstance ( ObjectInstance prototype, FunctionInstance func ) : System.Collections.Generic

Приватные методы

Метод Описание
Add ( ObjectInstance item ) : void
BubbleUp ( int index ) : void
CallComparator ( ObjectInstance item ) : int
Clear ( ) : void
Get ( int index ) : ObjectInstance
Pop ( ) : ObjectInstance
Remove ( ObjectInstance node ) : void
Resort ( ) : void
Shift ( ) : ObjectInstance
SinkDown ( int index ) : void
Size ( ) : int
ToArray ( ) : ArrayInstance
Update ( ObjectInstance obj ) : void

Описание методов

BinHeapInstance() публичный Метод

public BinHeapInstance ( ObjectInstance prototype ) : System.Collections.Generic
prototype Jurassic.Library.ObjectInstance
Результат System.Collections.Generic

BinHeapInstance() публичный Метод

public BinHeapInstance ( ObjectInstance prototype, FunctionInstance func ) : System.Collections.Generic
prototype Jurassic.Library.ObjectInstance
func Jurassic.Library.FunctionInstance
Результат System.Collections.Generic