|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object isql.util.CollectionsToString
public class CollectionsToString
Utility functions to convert collections to strings (for debug purposes)
Constructor Summary | |
---|---|
CollectionsToString()
|
Method Summary | ||
---|---|---|
static
|
mapToString(java.util.Map<K,V> map)
Converts the map to a string of the type [k1->v1],[k2->v2]... |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionsToString()
Method Detail |
---|
public static <K,V> java.lang.String mapToString(java.util.Map<K,V> map)
K
- the key typeV
- the value typemap
- the map to convert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |