Microsoft SDK for Java

Sort Class Constructors

The Sort Class contains the following constructors:

Sort()
doSort(int lo, int size)

Sort()

Constructs an instance of Sort.

Syntax

protected Sort();

doSort(int lo, int size)

Sorts a range of elements.

Syntax

protected void doSort(int lo, int size);

Parameters

lo The index of the first element to be sorted.
size The number of elements to be sorted.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.