Package xyz.dynxsty.dih4jda.util
Class ArrayUtil
java.lang.Object
xyz.dynxsty.dih4jda.util.ArrayUtil
Utility class that contains some useful methods regarding the arrays.
- Since:
- v1.6
-
Method Summary
-
Method Details
-
contains
Checks if the given search object is inside the given array.- Parameters:
array- the array to check.search- theObjectto search for.- Returns:
- true if the object is inside the array, otherwise false.
-