Uses of Interface
com.github.cowwoc.requirements10.java.validator.component.ComparableComponent
Packages that use ComparableComponent
-
Uses of ComparableComponent in com.github.cowwoc.requirements10.java.validator
Subinterfaces of ComparableComponent in com.github.cowwoc.requirements10.java.validatorModifier and TypeInterfaceDescriptioninterface
Validates the state of aBigDecimal
.interface
Validates the state of aBigInteger
.interface
Validates the state of aByte
.interface
Validates the state of aCharacter
.interface
ComparableValidator<T extends Comparable<T>>
Validates the state of aComparable
.interface
Validates the state of aDouble
.interface
Validates the state of aFloat
.interface
Validates the state of anInteger
.interface
Validates the state of aLong
.interface
Validates the state of abyte
.interface
Validates the state of achar
.interface
Validates the state of adouble
.interface
Validates the state of afloat
.interface
Validates the state of anint
.interface
Validates the state of along
.interface
Validates the state of ashort
.interface
Validates the state of anint
that does not support negative numbers.interface
Validates the state of aShort
.interface
Validates the state of anInteger
that does not support negative values.