|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.util.Utils
public class Utils
This is an internal utility class. No method in this class should be used directly.
| Method Summary | |
|---|---|
static Class<?> |
getClass(String className)
Internal utility method. |
static boolean |
isArrayEqual(Object[] left,
Object[] right)
Internal utility method. |
static String |
join(Object[] array,
String separator)
Internal utility method. |
static String |
removeAllWhitespaces(String string)
Internal utility method. |
static void |
validateIsTrue(boolean expression)
Internal utility method. |
static void |
validateIsTrue(boolean expression,
String message)
Internal utility method. |
static void |
validateNotNull(Object object)
Internal utility method. |
static void |
validateNotNull(Object object,
String message)
Internal utility method. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void validateNotNull(Object object,
String message)
Internal utility method. DO NOT use this method directly.
object - message - public static void validateNotNull(Object object)
Internal utility method. DO NOT use this method directly.
object - public static void validateIsTrue(boolean expression)
Internal utility method. DO NOT use this method directly.
expression -
public static void validateIsTrue(boolean expression,
String message)
Internal utility method. DO NOT use this method directly.
expression - message -
public static boolean isArrayEqual(Object[] left,
Object[] right)
Internal utility method. DO NOT use this method directly.
left - right -
public static String join(Object[] array,
String separator)
Internal utility method. DO NOT use this method directly.
array - separator -
public static String removeAllWhitespaces(String string)
Internal utility method. DO NOT use this method directly.
string -
public static Class<?> getClass(String className)
throws ClassNotFoundException
Internal utility method. DO NOT use this method directly.
className -
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||