Package org.hibernate.internal.util
Class MathHelper
- java.lang.Object
-
- org.hibernate.internal.util.MathHelper
-
public final class MathHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intceilingPowerOfTwo(int value)Returns the smallest power of two number that is greater than or equal tovalue.
-