com.jidesoft.utils
Class BooleanUtils

java.lang.Object
  extended by com.jidesoft.utils.BooleanUtils

public class BooleanUtils
extends Object


Constructor Summary
BooleanUtils()
           
 
Method Summary
static boolean max(List<Boolean> booleans)
          Returns the max boolean in the booleans list.
static boolean min(List<Boolean> booleans)
          Returns the min boolean in the booleans list.
static Range<Boolean> range(List<Boolean> booleans)
          Returns the range of booleans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanUtils

public BooleanUtils()
Method Detail

min

public static boolean min(List<Boolean> booleans)
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

public static boolean max(List<Boolean> booleans)
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

public static Range<Boolean> range(List<Boolean> booleans)
Returns the range of booleans.

Parameters:
booleans - the booleans to calculate the range.
Returns:
the range of the booleans.


Copyright © 2014. All rights reserved.