Package net.sf.cglib.util
Class ParallelSorter.ShortComparer
- java.lang.Object
-
- net.sf.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
Fields Modifier and Type Field Description private short[]
a
-
Constructor Summary
Constructors Constructor Description ShortComparer(short[] a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(int i, int j)
-
-
-
Method Detail
-
compare
public int compare(int i, int j)
- Specified by:
compare
in interfaceParallelSorter.Comparer
-
-