swarm.simtools
Interface QSortC


public abstract interface QSortC
extends SwarmObjectS, SwarmObjectC

A class to sort a collection.. QSort is simply a "wrapper" for the C native "qsort" function, as applied to a Swarm collection. The values will appear in ascending order by default. Reversing the order of a collection can be made by calling reverseOrderOf. All these methods modify the underlying collection, so any indexes should always be regenerated.


Methods inherited from interface swarm.defobj.CreateC
createEnd