| Package | Description |
|---|---|
| com.appslandia.common.utils |
| Modifier and Type | Field | 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 | 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 © 2018. All rights reserved.