public class MiscUtils extends Object
| Constructor and Description |
|---|
MiscUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsAny(Object left,
Object... list) |
static String |
urlDecode(String s)
Url decode a string and don't throw a checked exception.
|
static String |
urlEncode(String s)
Url encode a string and don't throw a checked exception.
|
Copyright © 2016 Inbot. All Rights Reserved.