public class SingleQueue extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
clone(T obj) |
static void |
fileCopy(String source,
String target) |
static void |
fileCopyNIO(String source,
String target) |
static void |
forEachFile(String iniPath) |
static void |
formatTime() |
static Queue<QueueDealStructure> |
getInstance() |
static void |
main(String[] args) |
static String |
reverse(String originStr) |
public static Queue<QueueDealStructure> getInstance()
public static <T extends Serializable> T clone(T obj) throws Exception
Exceptionpublic static void fileCopy(String source, String target) throws IOException
IOExceptionpublic static void fileCopyNIO(String source, String target) throws IOException
IOExceptionpublic static void forEachFile(String iniPath) throws IOException
IOExceptionpublic static void formatTime()
public static void main(String[] args)
Copyright © 2017. All rights reserved.