Enumeration SortMethodConst

Determines which method is used to sort nodes

Enumeration Members

Enumeration Members

DEFAULT: 0

Built in sort

BUBBLE: 1

Bubble sort

BUBBLE_EFFICIENT: 2

Bubble that avoids nodes that havent been updated

See

Better sorting in blog post.

Generated using TypeDoc