Package org.aion4j.avm.helper.signing
Class Blake2b.Engine.Assert
- java.lang.Object
-
- org.aion4j.avm.helper.signing.Blake2b.Engine.Assert
-
- Enclosing class:
- Blake2b.Engine
public static final class Blake2b.Engine.Assert extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringexclusiveLowerBoundstatic StringexclusiveUpperBoundstatic StringinclusiveLowerBoundstatic StringinclusiveUpperBound
-
Constructor Summary
Constructors Constructor Description Assert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Number>
StringassertFail(String name, T v, String err, T spec)
-
-
-
Field Detail
-
exclusiveUpperBound
public static final String exclusiveUpperBound
- See Also:
- Constant Field Values
-
inclusiveUpperBound
public static final String inclusiveUpperBound
- See Also:
- Constant Field Values
-
exclusiveLowerBound
public static final String exclusiveLowerBound
- See Also:
- Constant Field Values
-
inclusiveLowerBound
public static final String inclusiveLowerBound
- See Also:
- Constant Field Values
-
-