public class FilteredList<T,S extends T> extends FilteredCollection<T,S> implements List<S>
FilteredCollection.FilteringIterator<T,S extends T>collection, filter| Constructor and Description |
|---|
FilteredList(Collection<T> collection,
CollectionFilter<S> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
S element) |
boolean |
addAll(int index,
Collection<? extends S> c) |
S |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator<S> |
listIterator() |
ListIterator<S> |
listIterator(int index) |
S |
remove(int index) |
S |
set(int index,
S element) |
List<S> |
subList(int fromIndex,
int toIndex) |
accept, add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraypublic FilteredList(Collection<T> collection, CollectionFilter<S> filter)
public boolean addAll(int index,
Collection<? extends S> c)
public int lastIndexOf(Object o)
lastIndexOf in interface List<S extends T>public ListIterator<S> listIterator()
listIterator in interface List<S extends T>public ListIterator<S> listIterator(int index)
listIterator in interface List<S extends T>Copyright © 2013. All rights reserved