Package com.jidesoft.utils
Class BooleanUtils
java.lang.Object
com.jidesoft.utils.BooleanUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanUtils
public BooleanUtils()
-
-
Method Details
-
min
Returns the min boolean in the booleans list.- Parameters:
booleans
- the booleans to calculate the min.- Returns:
- the min boolean in the booleans list.
-
max
Returns the max boolean in the booleans list.- Parameters:
booleans
- the booleans to calculate the max.- Returns:
- the max boolean in the booleans list.
-
range
Returns the range of booleans.- Parameters:
booleans
- the booleans to calculate the range.- Returns:
- the range of the booleans.
-