public abstract class ListUtils extends Object
| Constructor and Description |
|---|
ListUtils() |
public static void delete(List<?> list, Integer[] indexes) throws IndexOutOfBoundsException, UnsupportedOperationException
list at given indexeslist - listindexes - indexes to remove (may be null)UnsupportedOperationException - if the remove method is not supported by this list.IndexOutOfBoundsException - if one of indexes is out of range < 0 || index >= size()).Copyright © 2013. All Rights Reserved.