Interface Check
-
public interface Check
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CheckcollectionSize(int lowerBound, int upperBound)static CheckcollectionSizeMax(int upperBound)static CheckcollectionSizeMin(int lowerBound)StringgetMessage()booleanisOk(Object toCheck)
-