edu.wpi.cs.DSRG.xmldb.Utils
Class VectorTools

java.lang.Object
  |
  +--edu.wpi.cs.DSRG.xmldb.Utils.VectorTools

public class VectorTools
extends java.lang.Object

Capture all the tools for operating on a vector.


Constructor Summary
VectorTools()
           
 
Method Summary
static void randomize(java.util.Vector sequence)
          randomize the updates.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

VectorTools

public VectorTools()
Method Detail

randomize

public static void randomize(java.util.Vector sequence)
randomize the updates. At most n/2 exchange will make this sequence totally random.