converter, enabled| Constructor and Description | 
|---|
| FilterList(Converter<E,T> converter) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(Filter<E,T> filter) | 
| void | add(int index,
   Filter<E,T> element) | 
| boolean | addAll(Collection<? extends Filter<E,T>> c) | 
| boolean | addAll(int index,
      Collection<? extends Filter<E,T>> c) | 
| void | clear() | 
| boolean | contains(Object o) | 
| boolean | containsAll(Collection<?> c) | 
| Filter<E,T> | get(int index) | 
| T | getValue()Accessor for the value | 
| int | indexOf(Object o) | 
| boolean | isEmpty() | 
| Iterator<Filter<E,T>> | iterator() | 
| int | lastIndexOf(Object o) | 
| ListIterator<Filter<E,T>> | listIterator() | 
| ListIterator<Filter<E,T>> | listIterator(int index) | 
| Filter<E,T> | remove(int index) | 
| boolean | remove(Object o) | 
| boolean | removeAll(Collection<?> c) | 
| boolean | retainAll(Collection<?> c) | 
| Filter<E,T> | set(int index,
   Filter<E,T> element) | 
| void | setValue(T value) | 
| int | size() | 
| List<Filter<E,T>> | subList(int fromIndex,
       int toIndex) | 
| boolean | test(E entity) | 
| Object[] | toArray() | 
| <T> T[] | toArray(T[] a) | 
getConverter, isEnabled, setConverter, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Filter<E,T>>containsAll in interface List<Filter<E,T>>public boolean addAll(Collection<? extends Filter<E,T>> c)
public boolean addAll(int index,
                      Collection<? extends Filter<E,T>> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Filter<E,T>>public ListIterator<Filter<E,T>> listIterator()
listIterator in interface List<Filter<E,T>>public ListIterator<Filter<E,T>> listIterator(int index)
listIterator in interface List<Filter<E,T>>Copyright © 2018 Xalys. All rights reserved.