查找数组中是否包含另一个数组,要将待匹配的数组作为循环列表查找,这个循环怎么写?
http://blog.sina.com.cn/s/blog_6f3ef5c20101fush.html
通过Arrays.asList()将大数组转换为集合list,然后用containsAll判断是否包含、