|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the member typepublic interface ExtendedWritableList<T>
An enriched version of List
.
Method Summary | |
---|---|
void |
add(T... ts)
equivalent to calling add for each argument, in order. |
void |
remove(T... ts)
equivalent to calling remove for each argument, in order. |
Methods inherited from interface ch.elca.el4j.util.collections.ExtendedReorderableList |
---|
orderLike, swap |
Methods inherited from interface ch.elca.el4j.util.collections.ExtendedList |
---|
filtered, mapped, toArray |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
void add(T... ts)
add
for each argument, in order.
ts
- the objects to be addedvoid remove(T... ts)
remove
for each argument, in order.
ts
- the objects to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |