edu.unima.ky.parallel
Class ExPipeSort

java.lang.Object
  |
  +--edu.unima.ky.parallel.ExPipeSort

public class ExPipeSort
extends java.lang.Object

ExPipeSort Sort an array of integers using a pipeline of threads and channels between them


Constructor Summary
ExPipeSort()
           
 
Method Summary
static void main(java.lang.String[] args)
           
(package private) static void printVec(int[] v, java.io.PrintWriter out)
          Prints a vector
(package private)  void work(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExPipeSort

public ExPipeSort()
Method Detail

main

public static void main(java.lang.String[] args)

work

void work(java.io.PrintWriter out)

printVec

static void printVec(int[] v,
                     java.io.PrintWriter out)
Prints a vector