Here you can find the source of equals(List
public static boolean equals(List<String> list1, List<String> list2)
//package com.java2s; //License from project: Apache License import java.util.List; public class Main { public static boolean equals(List<String> list1, List<String> list2) { return false; }// w w w . jav a2 s . c o m }