| Package | Description |
|---|---|
| com.appslandia.common.utils |
| Modifier and Type | Field and Description |
|---|---|
static Charset |
CharsetUtils.ISO_8859_1 |
static Charset |
CharsetUtils.US_ASCII |
static Charset |
CharsetUtils.UTF_16 |
static Charset |
CharsetUtils.UTF_16BE |
static Charset |
CharsetUtils.UTF_16LE |
static Charset |
CharsetUtils.UTF_8 |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
ObjectUtils.compare(T a,
T b,
Comparator<? super T> c) |
static boolean |
ObjectUtils.equals(Object a,
Object b) |
static int |
ObjectUtils.hash(Object... values) |
static int |
ObjectUtils.hashCode(Object o) |
static String |
SystemUtils.lineSeparator() |
static String |
ObjectUtils.toString(Object value) |
Copyright © 2017. All rights reserved.