Package org.jivesoftware.smack.util
Class BooleansUtils
- java.lang.Object
-
- org.jivesoftware.smack.util.BooleansUtils
-
public class BooleansUtils extends java.lang.Object
-
-
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)
-
-
-
Constructor Detail
-
BooleansUtils
public BooleansUtils()
-
-