public class IntSequenceValidator extends IntArrayValidator
Class IntSequenceValidator. Provides intsequencevalidator functionality for the Hytale server.
java.lang.Object > IntArrayValidator > IntSequenceValidator
Field Summary
value
final
int
value
Field value.
handle
final
MethodHandle
handle
Field handle.
Method Detail
IntSequenceValidator
public
private
IntSequenceValidator
(final RelationalOperator relationLower, final int lower, final RelationalOperator relationUpper, final int upper, final RelationalOperator relationSequence)
Method IntSequenceValidator.
- Parameters:
final RelationalOperatorrelationLowerfinal intlowerfinal RelationalOperatorrelationUpperfinal intupperfinal RelationalOperatorrelationSequence
between01WeaklyMonotonic
Method between01WeaklyMonotonic.
between
Method between.
- Parameters:
final intlowerfinal intupper
betweenWeaklyMonotonic
Method betweenWeaklyMonotonic.
- Parameters:
final intlowerfinal intupper
betweenMonotonic
Method betweenMonotonic.
- Parameters:
final intlowerfinal intupper
fromExclToIncl
Method fromExclToIncl.
- Parameters:
final intlowerfinal intupper
fromExclToInclWeaklyMonotonic
Method fromExclToInclWeaklyMonotonic.
- Parameters:
final intlowerfinal intupper
fromExclToInclMonotonic
Method fromExclToInclMonotonic.
- Parameters:
final intlowerfinal intupper
test
public
boolean
test
(@Nonnull final int[] values)
Method test.
- Parameters:
@Nonnull final int[]values
errorMessage
public
String
errorMessage
(final int[] value)
Method errorMessage.
- Parameters:
final int[]value
errorMessage0
private
String
errorMessage0
(final int[] value, final String name)
Method errorMessage0.
- Parameters:
final int[]valuefinal Stringname
handle
static
MethodHandle
handle
()
Method handle.
ensureHandle
static
MethodHandle
ensureHandle
()
Method ensureHandle.
invoke
static
String
invoke
(String p0, int p1)
Method invoke.
- Parameters:
Stringp0intp1