org.logicalcobwebs.cglib.util
Class ParallelSorter.ShortComparer

java.lang.Object
  extended by org.logicalcobwebs.cglib.util.ParallelSorter.ShortComparer
All Implemented Interfaces:
ParallelSorter.Comparer
Enclosing class:
ParallelSorter

static class ParallelSorter.ShortComparer
extends java.lang.Object
implements ParallelSorter.Comparer


Field Summary
private  short[] a
           
 
Constructor Summary
ParallelSorter.ShortComparer(short[] a)
           
 
Method Summary
 int compare(int i, int j)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

private short[] a
Constructor Detail

ParallelSorter.ShortComparer

public ParallelSorter.ShortComparer(short[] a)
Method Detail

compare

public int compare(int i,
                   int j)
Specified by:
compare in interface ParallelSorter.Comparer