|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.universal.collections.CollectionUtils
public class CollectionUtils
all-static methods for handling operations with Collections
| Method Summary | |
|---|---|
static Map<String,String> |
propertiesToStringMap(Properties p)
Convert a Properties object, which is a Map |
static String |
toString(List<String> list)
Convert a List of String into a space-delimited String |
static String |
toString(Map<String,String> map)
Tired of dumping a String representation of a Map? Then call me! |
static String |
toString(String[] arr)
Convert a String[] into a space-delimited String |
static String[] |
toStringArray(Map<String,String> map)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Map<String,String> propertiesToStringMap(Properties p)
public static String toString(Map<String,String> map)
map - The map to turn into a printable String
public static String toString(String[] arr)
arr - The String array to convert
public static String toString(List<String> list)
arr - The String array to convert
public static String[] toStringArray(Map<String,String> map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||