public class MergeSort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeSort.GSODLine |
| Constructor and Description |
|---|
MergeSort() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String... args) |
static void |
main(String... args) |
void |
setMergeCount(int mergeCount) |
void |
setSource(File source) |
void |
setTarget(File target) |
public static void main(String... args) throws IOException
IOExceptionpublic void setMergeCount(int mergeCount)
public void setSource(File source)
public void setTarget(File target)
public void execute(String... args) throws IOException
IOExceptionCopyright © 2019. All rights reserved.