public abstract class Console extends Object
| 构造器和说明 |
|---|
Console() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> void |
err(Enumeration<T> en) |
static <T> void |
err(Iterable<T> iterable) |
static <T> void |
err(Iterator<T> it) |
static <K,V> void |
err(Map<K,V> map) |
static void |
err(String msg) |
static <T> void |
err(T[] array) |
static void |
errf(String msg,
Object... args) |
static <T> void |
log(Enumeration<T> en) |
static <T> void |
log(Iterable<T> iterable) |
static <T> void |
log(Iterator<T> it) |
static <K,V> void |
log(Map<K,V> map) |
static void |
log(String msg) |
static <T> void |
log(T[] array) |
static void |
logf(String msg,
Object... args) |
public static void log(String msg)
public static void err(String msg)
public static <T> void log(Enumeration<T> en)
public static <T> void err(Enumeration<T> en)
public static <T> void log(Iterator<T> it)
public static <T> void err(Iterator<T> it)
public static <T> void log(Iterable<T> iterable)
public static <T> void err(Iterable<T> iterable)
public static <T> void log(T[] array)
public static <T> void err(T[] array)
public static <K,V> void log(Map<K,V> map)
public static <K,V> void err(Map<K,V> map)
Copyright © 2022. All rights reserved.