public class Functions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
RANGE_LIMIT |
Constructor and Description |
---|
Functions() |
Modifier and Type | Method and Description |
---|---|
static String |
dateTimeFormat(Object var,
String... format) |
static List<Object> |
immutableListOf(Object... items) |
static int |
movePointerToJustBeforeLastWord(int pointer,
String s) |
static List<Integer> |
range(Object arg1,
Object... args) |
static String |
renderSuperBlock() |
static Object |
truncate(Object var,
Object... arg) |
public static final int RANGE_LIMIT
Copyright © 2016. All rights reserved.