| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectother.Util
public class Util
| Constructor Summary | |
|---|---|
| Util() | |
| Method Summary | |
|---|---|
| static void | main(String[] args) | 
| static String | merge(Iterator<String> i) | 
| static void | saveStringToFile(String s,
                                 String pathName) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Util()
| Method Detail | 
|---|
public static void saveStringToFile(String s,
                                    String pathName)
                             throws IOException
IOExceptionpublic static String merge(Iterator<String> i)
public static void main(String[] args)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||