public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
unmodifiableList(List<? extends T> value) |
static <K,V> Map<K,V> |
unmodifiableMap(Map<? extends K,? extends V> value) |
static String |
urlDecode(String value,
String type) |
public static final String UTF_8