Package xyz.dynxsty.dih4jda.util
Class ArrayUtil
java.lang.Object
xyz.dynxsty.dih4jda.util.ArrayUtil
Utility class that contains some useful methods regarding arrays.
- Since:
- v1.6
-
Method Summary
-
Method Details
-
contains
Checks if the specified object is inside the specifed array.- Parameters:
array- The array to check.search- TheObjectto search for.- Returns:
- Whether the object is contained inside the array.
-