Package com.ibm.icu.impl
Class Assert
- java.lang.Object
-
- com.ibm.icu.impl.Assert
-
public class Assert extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Assert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
assrt(boolean val)
static void
assrt(java.lang.String msg, boolean val)
static void
fail(java.lang.Exception e)
static void
fail(java.lang.String msg)
-