Class BooleansUtils

    • Constructor Summary

      Constructors 
      Constructor Description
      BooleansUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean contains​(boolean[] array, boolean target)  
      static int numberOf​(boolean[] array, boolean target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • contains

        public static boolean contains​(boolean[] array,
                                       boolean target)
      • numberOf

        public static int numberOf​(boolean[] array,
                                   boolean target)