Class PreconditionUtils
- java.lang.Object
-
- org.spectrumauctions.sats.core.util.PreconditionUtils
-
public class PreconditionUtils extends java.lang.Object- Author:
- Michael Weiss
-
-
Constructor Summary
Constructors Constructor Description PreconditionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckNotNegative(int value)Ensures the all passed objects are not negative.static voidcheckNotNull(java.lang.Object... objects)Ensures the all passed objects are not null.
-