gov.lanl.IDViewer
Class PidsVectorSorter

java.lang.Object
  |
  +--gov.lanl.IDViewer.PidsVectorSorter

public class PidsVectorSorter
extends java.lang.Object

The class PidsVectorSorter performs a quicksort on a PIDS vector object. The sort is performed on the name component of the PIDS reference objects, which are stored in the PIDS vector. Please note that the sort operation is case sensitive. The returned PIDS vector object contains the PIDS references sorted by PIDS names in ascending order.

 

Constructor Summary
PidsVectorSorter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PidsVectorSorter

public PidsVectorSorter()