public class Util extends Object
| Constructor and Description |
|---|
Util() |
public static void assert_(boolean assertion,
String message)
Convenience function similar to java's assert, but cannot be disabled like the former.
assertion - the result of the sanity check (true == code ok)message - the error descriptionpublic static void close(Object... closeables)
closeables - resources to be freedCopyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.