HMCWraps API
Toggle table of contents
1.6.3
jvm
Platform filter
jvm
Switch theme
Search in API
HMCWraps 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.