public class Predef extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
print(T x) |
static void |
printf(String text,
Object... xs) |
static void |
println() |
static <T> void |
println(T x) |
static Boolean |
readBoolean() |
static Byte |
readByte() |
static Character |
readChar() |
static Double |
readDouble() |
static Float |
readFloat() |
static Integer |
readInt() |
static String |
readLine() |
static Long |
readLong() |
static Short |
readShort() |
static <T> Seq<T> |
seq(Enumeration<T> e) |
static <T> Seq<T> |
seq(Iterable<T> iterable) |
static <T> Seq<T> |
seq(Iterator<T> iter) |
static <T> Seq<T> |
seq(T... values) |
public static <T> void print(T x)
public static <T> void println(T x)
public static void println()
public static String readLine()
public static Boolean readBoolean()
public static Byte readByte()
public static Character readChar()
public static Double readDouble()
public static Float readFloat()
public static Integer readInt()
public static Long readLong()
public static Short readShort()
public static <T> Seq<T> seq(T... values)
public static <T> Seq<T> seq(Enumeration<T> e)
Copyright © 2015. All rights reserved.