-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
private static int
private static void
private static void
exch(int[] a,
int i,
int j)
private static boolean
static void
static void
private static void
static void
sort(long[] a,
boolean show)
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
time 
private static double time
-
Constructor Details 
-
XLSDLong 
-
Method Details 
-
byteAt 
private static int byteAt(long i,
int d)
-
sort 
public static void sort(long[] a,
boolean show)
-
isSorted 
private static boolean isSorted(long[] a)
-
show 
private static void show(long[] a)
-
exch 
private static void exch(int[] a,
int i,
int j)
-
countops 
-
run 
-
main 