Skip navigation links
A B C D G I L M N R S T V W X 

A

allInvalid() - Method in class xyz.mattyb.checkmate.CheckMate
 
and(Integer) - Method in class xyz.mattyb.checkmate.CheckMate
The end of the range check, exclusive.
and(Long) - Method in class xyz.mattyb.checkmate.CheckMate
 
and(Double) - Method in class xyz.mattyb.checkmate.CheckMate
 
and(Double) - Method in interface xyz.mattyb.checkmate.checkmate.DoubleRangeCheckMate
 
and(Integer) - Method in interface xyz.mattyb.checkmate.checkmate.IntRangeCheckMate
The end of the range check, exclusive.
and(Long) - Method in interface xyz.mattyb.checkmate.checkmate.LongRangeCheckMate
 
anyInvalid() - Method in class xyz.mattyb.checkmate.CheckMate
 
array - Static variable in class xyz.mattyb.checkmate.checker.NotEmptyCheckers
 

B

between(Integer) - Method in class xyz.mattyb.checkmate.CheckMate
The start of the range check, inclusive.
between(Long) - Method in class xyz.mattyb.checkmate.CheckMate
 
between(Double) - Method in class xyz.mattyb.checkmate.CheckMate
 
between(Double) - Method in interface xyz.mattyb.checkmate.checkmate.DoubleRangeCheckMate
 
between(Integer) - Method in interface xyz.mattyb.checkmate.checkmate.IntRangeCheckMate
The start of the range check, inclusive.
between(Long) - Method in interface xyz.mattyb.checkmate.checkmate.LongRangeCheckMate
 

C

calcSize(T[]) - Method in class xyz.mattyb.checkmate.Index
 
calcSize(T) - Method in class xyz.mattyb.checkmate.Index
 
calcSize(T) - Method in class xyz.mattyb.checkmate.Index
 
charSequence - Static variable in class xyz.mattyb.checkmate.checker.NotEmptyCheckers
 
charSequenceNotBlank - Static variable in class xyz.mattyb.checkmate.checker.NotEmptyCheckers
 
check() - Static method in class xyz.mattyb.checkmate.CheckMate
 
Checker<T> - Interface in xyz.mattyb.checkmate.checker
 
CheckMate - Class in xyz.mattyb.checkmate
 
collection - Static variable in class xyz.mattyb.checkmate.checker.NotEmptyCheckers
 

D

doubleOutOfRange - Static variable in class xyz.mattyb.checkmate.checker.NumberCheckers
 
DoubleRangeCheckMate - Interface in xyz.mattyb.checkmate.checkmate
 
doubleValue(Comparable<Double>) - Method in interface xyz.mattyb.checkmate.checkmate.DoubleRangeCheckMate
 
doubleValue(Comparable<Double>) - Method in class xyz.mattyb.checkmate.CheckMate
 

G

getEnd() - Method in class xyz.mattyb.checkmate.Range
 
getExceptionMessage(T) - Method in interface xyz.mattyb.checkmate.checker.Checker
 
getIndex() - Method in class xyz.mattyb.checkmate.Index
 
getSize() - Method in class xyz.mattyb.checkmate.Index
 
getStart() - Method in class xyz.mattyb.checkmate.Range
 
getType() - Method in class xyz.mattyb.checkmate.Index
 
getValue() - Method in class xyz.mattyb.checkmate.Range
 

I

inclusive() - Method in class xyz.mattyb.checkmate.CheckMate
 
Index - Class in xyz.mattyb.checkmate
 
Index() - Constructor for class xyz.mattyb.checkmate.Index
 
indexChecker - Static variable in class xyz.mattyb.checkmate.checker.IndexCheckers
 
IndexCheckers - Class in xyz.mattyb.checkmate.checker
 
IndexCheckMate - Interface in xyz.mattyb.checkmate.checkmate
 
intOutOfRange - Static variable in class xyz.mattyb.checkmate.checker.NumberCheckers
 
IntRangeCheckMate - Interface in xyz.mattyb.checkmate.checkmate
 
intValue(Comparable<Integer>) - Method in interface xyz.mattyb.checkmate.checkmate.IntRangeCheckMate
The intValue to compare.
intValue(Comparable<Integer>) - Method in class xyz.mattyb.checkmate.CheckMate
The intValue to compare.
isInclusive() - Method in class xyz.mattyb.checkmate.Range
 
isIndex(int) - Method in class xyz.mattyb.checkmate.CheckMate
 
isNull() - Method in class xyz.mattyb.checkmate.Index
 

L

longOutOfRange - Static variable in class xyz.mattyb.checkmate.checker.NumberCheckers
 
LongRangeCheckMate - Interface in xyz.mattyb.checkmate.checkmate
 
longValue(Comparable<Long>) - Method in interface xyz.mattyb.checkmate.checkmate.LongRangeCheckMate
 
longValue(Comparable<Long>) - Method in class xyz.mattyb.checkmate.CheckMate
 

M

map - Static variable in class xyz.mattyb.checkmate.checker.NotEmptyCheckers
 

N

noNullElements(T[]) - Method in class xyz.mattyb.checkmate.CheckMate
 
noNullElements(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
noNullElementsArray - Static variable in class xyz.mattyb.checkmate.checker.NullCheckers
 
noNullElementsIterable - Static variable in class xyz.mattyb.checkmate.checker.NullCheckers
 
notBlank(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
notBlank(T) - Method in interface xyz.mattyb.checkmate.checkmate.NotEmptyCheckMate
 
notEmpty(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
notEmpty(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
notEmpty(T[]) - Method in class xyz.mattyb.checkmate.CheckMate
 
notEmpty(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
notEmpty(T) - Method in interface xyz.mattyb.checkmate.checkmate.NotEmptyCheckMate
 
notEmpty(T) - Method in interface xyz.mattyb.checkmate.checkmate.NotEmptyCheckMate
 
notEmpty(T[]) - Method in interface xyz.mattyb.checkmate.checkmate.NotEmptyCheckMate
 
notEmpty(T) - Method in interface xyz.mattyb.checkmate.checkmate.NotEmptyCheckMate
 
NotEmptyCheckers - Class in xyz.mattyb.checkmate.checker
 
NotEmptyCheckMate - Interface in xyz.mattyb.checkmate.checkmate
 
notNull - Static variable in class xyz.mattyb.checkmate.checker.NullCheckers
 
notNull(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
NullCheckers - Class in xyz.mattyb.checkmate.checker
 
NumberCheckers - Class in xyz.mattyb.checkmate.checker
 

R

Range<T extends java.lang.Number> - Class in xyz.mattyb.checkmate
 
Range() - Constructor for class xyz.mattyb.checkmate.Range
 
Range(Comparable<T>, T, T) - Constructor for class xyz.mattyb.checkmate.Range
 

S

setEnd(T) - Method in class xyz.mattyb.checkmate.Range
 
setInclusive(boolean) - Method in class xyz.mattyb.checkmate.Range
 
setIndex(int) - Method in class xyz.mattyb.checkmate.Index
 
setStart(T) - Method in class xyz.mattyb.checkmate.Range
 
setValue(Comparable<T>) - Method in class xyz.mattyb.checkmate.Range
 

T

test(T) - Method in interface xyz.mattyb.checkmate.checker.Checker
 

V

validate() - Method in class xyz.mattyb.checkmate.CheckMate
 
validIn(T[]) - Method in interface xyz.mattyb.checkmate.checkmate.IndexCheckMate
 
validIn(T) - Method in interface xyz.mattyb.checkmate.checkmate.IndexCheckMate
 
validIn(T) - Method in interface xyz.mattyb.checkmate.checkmate.IndexCheckMate
 
validIn(T[]) - Method in class xyz.mattyb.checkmate.CheckMate
 
validIn(T) - Method in class xyz.mattyb.checkmate.CheckMate
 
validIn(T) - Method in class xyz.mattyb.checkmate.CheckMate
 

W

withException(Class<? extends RuntimeException>) - Method in class xyz.mattyb.checkmate.CheckMate
 
withMessage(String, Object...) - Method in class xyz.mattyb.checkmate.CheckMate
 

X

xyz.mattyb.checkmate - package xyz.mattyb.checkmate
 
xyz.mattyb.checkmate.checker - package xyz.mattyb.checkmate.checker
 
xyz.mattyb.checkmate.checkmate - package xyz.mattyb.checkmate.checkmate
 
A B C D G I L M N R S T V W X 
Skip navigation links

Copyright © 2018. All rights reserved.