ListUtil

public class ListUtil

Constructors

Link copied to clipboard
public void ListUtil()

Functions

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.