public class DebugUtilities extends Object
| Constructor and Description |
|---|
DebugUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static String |
listToString(List<?> l)
returns the string-representation of a list
|
static void |
main(String[] a) |
static void |
printArray(Object[] arr)
Prints out an array to the stdout.
|
static void |
printBinaryList(List<?> l)
Prints out a list to the stdout.
|
static void |
printList(List<?> l)
Prints out a list to the stdout.
|
public static final void printArray(Object[] arr)
arr - public static final void printList(List<?> l)
l - public static String listToString(List<?> l)
public static final void printBinaryList(List<?> l)
l - public static void main(String[] a)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.