All Packages Class Hierarchy This Package Previous Next Index
Class dlib.G
java.lang.Object
|
+----dlib.G
- public class G
- extends Object
Class G contains "General utilities, small static functions
that any program may need.
-
G()
-
-
Assert(boolean, String)
- G.Assert returns true, or throws an Error.
G
public G()
Assert
public static boolean Assert(boolean condition,
String message)
- G.Assert returns true, or throws an Error. It provides a
convenient place to place a breakpoint for any kind of internally
detected error.
All Packages Class Hierarchy This Package Previous Next Index