|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.geek.util.ListUtils
public abstract class ListUtils
| Constructor Summary | |
|---|---|
ListUtils()
|
|
| Method Summary | |
|---|---|
static void |
delete(java.util.List<?> list,
java.lang.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 |
| Constructor Detail |
|---|
public ListUtils()
| Method Detail |
|---|
public static void delete(java.util.List<?> list,
java.lang.Integer[] indexes)
throws java.lang.IndexOutOfBoundsException,
java.lang.UnsupportedOperationException
list at given indexes
list - listindexes - indexes to remove (may be null)
java.lang.UnsupportedOperationException - if the remove method is not supported by this list.
java.lang.IndexOutOfBoundsException - if one of indexes is out of range < 0 || index >= size()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||