public class FilteredArrayList extends ArrayList
modCount| 构造器和说明 |
|---|
FilteredArrayList(Query q) |
FilteredArrayList(Query q,
Collection c) |
FilteredArrayList(String q) |
FilteredArrayList(String q,
Collection c) |
FilteredArrayList(String q,
int cap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(int index,
Object o) |
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
boolean |
addAll(int index,
Collection c) |
boolean |
canAdd(Object o) |
Object |
clone() |
List |
cloneList() |
List |
cloneList(Query q) |
FilteredArrayList |
cloneSelf() |
FilteredArrayList |
cloneSelf(Query q) |
Exception |
getException() |
Query |
getQuery() |
boolean |
isNoThrowOnWhereFalse() |
void |
resort() |
Object |
set(int index,
Object o) |
void |
setNoThrowOnWhereFalse(boolean v) |
clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic FilteredArrayList(String q) throws QueryParseException
public FilteredArrayList(String q, int cap) throws QueryParseException
public FilteredArrayList(String q, Collection c) throws QueryParseException
public FilteredArrayList(Query q)
public FilteredArrayList(Query q, Collection c)
public boolean isNoThrowOnWhereFalse()
public void setNoThrowOnWhereFalse(boolean v)
public Exception getException()
public Query getQuery()
public void resort()
public boolean addAll(Collection c) throws IllegalArgumentException
addAll 在接口中 CollectionaddAll 在接口中 ListaddAll 在类中 ArrayListIllegalArgumentExceptionpublic boolean addAll(int index,
Collection c)
throws IllegalArgumentException
addAll 在接口中 ListaddAll 在类中 ArrayListIllegalArgumentExceptionpublic void add(int index,
Object o)
throws IllegalArgumentException
add 在接口中 Listadd 在类中 ArrayListIllegalArgumentExceptionpublic Object set(int index, Object o) throws IllegalArgumentException
set 在接口中 Listset 在类中 ArrayListIllegalArgumentExceptionpublic boolean add(Object o) throws IllegalArgumentException
add 在接口中 Collectionadd 在接口中 Listadd 在类中 ArrayListIllegalArgumentExceptionpublic boolean canAdd(Object o) throws QueryExecutionException
public List cloneList()
public FilteredArrayList cloneSelf()
public FilteredArrayList cloneSelf(Query q)
Copyright © 2021. All rights reserved.