public class SingleQueue extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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.