public class CollectionUtil extends Object
CollectionUtil()
static String
containsStrIgnoreCase(String str, List<String> lstStr)
static <T> Map<Integer,List<T>>
slice(List<T> lstObject, Integer parts)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionUtil()
public static String containsStrIgnoreCase(String str, List<String> lstStr)
str
lstStr
public static <T> Map<Integer,List<T>> slice(List<T> lstObject, Integer parts)
T
lstObject
parts
Copyright © 2024. All rights reserved.