Package org.jivesoftware.smack.util
Class BooleansUtils
java.lang.Object
org.jivesoftware.smack.util.BooleansUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleansUtils
public BooleansUtils()
-
-
Method Details
-
contains
public static boolean contains(boolean[] array, boolean target) -
numberOf
public static int numberOf(boolean[] array, boolean target)
-