|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpaul.Misc.Debug
public final class Debug
Debug
contains some simple debugging methods.
Method Summary | ||
---|---|---|
static
|
sortedCollection(java.util.Collection<T> coll)
Returns a list containing all the objects from a collection, in increasing lexicographic order of their string representations. |
|
static
|
stringImg(java.util.Collection<T> coll)
Returns a string representation of all elements from a collection, in increasing lexicographic order of their string representations. |
|
static
|
stringImg(T[] v)
Returns a string representation of all elements from an array, in increasing lexicographic order of their string representations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> java.util.List<T> sortedCollection(java.util.Collection<T> coll)
public static <T> java.lang.String stringImg(java.util.Collection<T> coll)
public static <T> java.lang.String stringImg(T[] v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |