Class Merge

java.lang.Object
  extended byMerge

public class Merge
extends java.lang.Object


Constructor Summary
Merge()
           
 
Method Summary
static int[] merge(int[] a, int[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merge

public Merge()
Method Detail

merge

public static int[] merge(int[] a,
                          int[] b)