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, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public 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.