toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps API
/
de.skyslycer.hmcwraps.util
/
ListUtil
List
Util
public
class
ListUtil
Members
Constructors
List
Util
Link copied to clipboard
public
void
ListUtil
(
)
Functions
contains
Any
Link copied to clipboard
public
static
boolean
containsAny
<
T
>
(
List
<
T
>
list
,
List
<
T
>
other
)
Checks if a list contains any element of another list.