|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the element typepublic interface FilteredList<T>
A view on a backing List showing only the elements accepted by a
filter.
It may be iterated over (for instance using the extended for-statement).
Alternatively, you may copy its contents to an array or an ExtendedArrayList
(see
ExtendedArrayList(Iterable)
Method Summary | |
---|---|
ListIterator<T> |
listIterator(ListIterator<? extends T> location)
Returns a BiDiIterator for this collection pointing at the place corresponding to location . |
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 |
---|
ListIterator<T> listIterator(ListIterator<? extends T> location)
location
.
location
- An iterator for the backing collection. This reference
may be captured, i.e. it
shouldn't be be used in client code afterwards.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |