public class BeanList<T> extends AbstractList
| 限定符和类型 | 字段和说明 |
|---|---|
protected BeanTransformer |
beanTransformer |
protected List<T> |
list |
modCount| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(int index,
Object element) |
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
boolean |
addAll(int index,
Collection c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection c) |
boolean |
equals(Object o) |
Object |
get(int index) |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int index) |
Object |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
Object |
set(int index,
Object element) |
int |
size() |
List<T> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
String |
toString() |
removeRangeprotected final BeanTransformer beanTransformer
public BeanList(List<T> list, BeanTransformer beanTransformer)
public Object get(int index)
get 在接口中 Listget 在类中 AbstractListpublic void add(int index,
Object element)
add 在接口中 Listadd 在类中 AbstractListpublic Object remove(int index)
remove 在接口中 Listremove 在类中 AbstractListpublic int indexOf(Object o)
indexOf 在接口中 ListindexOf 在类中 AbstractListpublic int lastIndexOf(Object o)
lastIndexOf 在接口中 ListlastIndexOf 在类中 AbstractListpublic ListIterator listIterator()
listIterator 在接口中 ListlistIterator 在类中 AbstractListpublic ListIterator listIterator(int index)
listIterator 在接口中 ListlistIterator 在类中 AbstractListpublic List<T> subList(int fromIndex, int toIndex)
subList 在接口中 ListsubList 在类中 AbstractListpublic boolean retainAll(Collection c)
retainAll 在接口中 CollectionretainAll 在接口中 ListretainAll 在类中 AbstractCollectionpublic boolean containsAll(Collection c)
containsAll 在接口中 CollectioncontainsAll 在接口中 ListcontainsAll 在类中 AbstractCollectionpublic boolean removeAll(Collection c)
removeAll 在接口中 CollectionremoveAll 在接口中 ListremoveAll 在类中 AbstractCollectionpublic Iterator iterator()
iterator 在接口中 Iterableiterator 在接口中 Collectioniterator 在接口中 Listiterator 在类中 AbstractListpublic Object[] toArray()
toArray 在接口中 CollectiontoArray 在接口中 ListtoArray 在类中 AbstractCollectionpublic Object[] toArray(Object[] a)
toArray 在接口中 CollectiontoArray 在接口中 ListtoArray 在类中 AbstractCollectionpublic boolean add(Object o)
add 在接口中 Collectionadd 在接口中 Listadd 在类中 AbstractListpublic boolean remove(Object o)
remove 在接口中 Collectionremove 在接口中 Listremove 在类中 AbstractCollectionpublic boolean addAll(Collection c)
addAll 在接口中 CollectionaddAll 在接口中 ListaddAll 在类中 AbstractCollectionpublic boolean addAll(int index,
Collection c)
addAll 在接口中 ListaddAll 在类中 AbstractListpublic void clear()
clear 在接口中 Collectionclear 在接口中 Listclear 在类中 AbstractListpublic boolean equals(Object o)
equals 在接口中 Collectionequals 在接口中 Listequals 在类中 AbstractListpublic int hashCode()
hashCode 在接口中 CollectionhashCode 在接口中 ListhashCode 在类中 AbstractListpublic int size()
size 在接口中 Collectionsize 在接口中 Listsize 在类中 AbstractCollectionpublic boolean isEmpty()
isEmpty 在接口中 CollectionisEmpty 在接口中 ListisEmpty 在类中 AbstractCollectionpublic boolean contains(Object o)
contains 在接口中 Collectioncontains 在接口中 Listcontains 在类中 AbstractCollectionpublic String toString()
toString 在类中 AbstractCollectionCopyright © 2014–2016. All rights reserved.