cz.geek.util
Class ListUtils
java.lang.Object
cz.geek.util.ListUtils
public abstract class ListUtils
- extends Object
|
Method Summary |
static void |
delete(List<?> list,
Integer[] indexes)
Delete items from given list at given indexes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListUtils
public ListUtils()
delete
public static void delete(List<?> list,
Integer[] indexes)
throws IndexOutOfBoundsException,
UnsupportedOperationException
- Delete items from given
list at given indexes
- Parameters:
list - listindexes - indexes to remove (may be null)
- Throws:
UnsupportedOperationException - if the remove method is not supported by this list.
IndexOutOfBoundsException - if one of indexes is out of range < 0 || index >= size()).
Copyright © 2012. All Rights Reserved.