public final class IntegerTypeCriteria extends Object
IntegerTypeCriterion| Modifier and Type | Method and Description |
|---|---|
static IntegerTypeCriterion |
mathematicalInteger()
A number is an integer if its mathematical value is an integer.
|
static IntegerTypeCriterion |
nonFloatingPoint()
A number is an integer if it's not a floating point number or a number with a decimal point.
|
public static IntegerTypeCriterion nonFloatingPoint()
public static IntegerTypeCriterion mathematicalInteger()
Copyright © 2019–2022. All rights reserved.