public class HDefaults extends Object
| Constructor and Description |
|---|
HDefaults() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disposeScanner() |
static String |
format(Object any) |
static void |
printf(String pattern,
Object... any) |
static void |
println(Object... any) |
static void |
println(Object any) |
static boolean |
readBoolean() |
static double |
readDouble() |
static float |
readFloat() |
static int |
readInt() |
static String |
readln() |
static long |
readLong() |
public static void println(Object any)
public static void println(Object... any)
public static void disposeScanner()
public static String readln()
public static int readInt()
public static long readLong()
public static float readFloat()
public static double readDouble()
public static boolean readBoolean()
Copyright © 2021 vpc open source initiative. All rights reserved.