| java.lang.Object org.continuent.sequoia.common.util.ReadWrite
ReadWrite | public class ReadWrite (Code) | | This class defines reading and writing convenient methods
author: Nicolas Modrzyk version: 1.0 |
write | public static String write(Hashtable table, boolean prefix)(Code) | | Write the content of the Hashtable in a readable format
Parameters: table - the hashtable to get keys and values from Parameters: prefix - prefix some values with tabs String conversion for the table content |
write | public static String write(ArrayList list, String listName, boolean writeCountKey)(Code) | | Write the content of the ArrayList in a readable format
Parameters: list - the list to get the values from Parameters: listName - give the prefix names for values Parameters: writeCountKey - should we write the count keys String conversion for the list content |
|
|