Click or drag to resize

IndexedQuicksort Class

Quicksort implementation for indexed binary buffers.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.IOIndexedQuicksort

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class IndexedQuicksort

The IndexedQuicksort type exposes the following members.

Methods
 NameDescription
Public methodStatic memberSortT(RecordIndexEntry, Byte, IRawComparerT) Sorts the specified indexed data.
Public methodStatic memberSortT(RecordIndexEntry, Byte, IRawComparerT, Int32, Int32) Sorts the specified indexed data.
Top
See Also