public abstract class Console extends Object
Console()
static <T> void
log(Enumeration<T> en)
log(Iterable<T> iterable)
log(Iterator<T> it)
static <K,V> void
log(Map<K,V> map)
static void
log(String msg)
logf(String msg, Object... args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Console()
public static void log(String msg)
public static void logf(String msg, Object... args)
public static <T> void log(Enumeration<T> en)
public static <T> void log(Iterator<T> it)
public static <T> void log(Iterable<T> iterable)
public static <K,V> void log(Map<K,V> map)
Copyright © 2020. All rights reserved.