swarm.simtools
Class QSortCImpl
java.lang.Object
|
+--swarm.PhaseCImpl
|
+--swarm.simtools.QSortCImpl
- public class QSortCImpl
- extends PhaseCImpl
- implements SwarmObjectS, SwarmObjectC, QSortS
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.
QSortCImpl
public QSortCImpl(QSortImpl nextPhase)
QSortCImpl
public QSortCImpl()