public class BeanSet<T> extends AbstractSet
| 限定符和类型 | 字段和说明 |
|---|---|
protected BeanTransformer |
beanTransformer |
protected Set<T> |
set |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection c) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
String |
toString() |
protected final BeanTransformer beanTransformer
public BeanSet(Set<T> set, BeanTransformer beanTransformer)
public Iterator iterator()
iterator 在接口中 Iterableiterator 在接口中 Collectioniterator 在接口中 Setiterator 在类中 AbstractCollectionpublic Object[] toArray()
toArray 在接口中 CollectiontoArray 在接口中 SettoArray 在类中 AbstractCollectionpublic Object[] toArray(Object[] a)
toArray 在接口中 CollectiontoArray 在接口中 SettoArray 在类中 AbstractCollectionpublic boolean add(Object o)
add 在接口中 Collectionadd 在接口中 Setadd 在类中 AbstractCollectionpublic boolean remove(Object o)
remove 在接口中 Collectionremove 在接口中 Setremove 在类中 AbstractCollectionpublic boolean addAll(Collection c)
addAll 在接口中 CollectionaddAll 在接口中 SetaddAll 在类中 AbstractCollectionpublic void clear()
clear 在接口中 Collectionclear 在接口中 Setclear 在类中 AbstractCollectionpublic boolean equals(Object o)
equals 在接口中 Collectionequals 在接口中 Setequals 在类中 AbstractSetpublic int hashCode()
hashCode 在接口中 CollectionhashCode 在接口中 SethashCode 在类中 AbstractSetpublic int size()
size 在接口中 Collectionsize 在接口中 Setsize 在类中 AbstractCollectionpublic boolean isEmpty()
isEmpty 在接口中 CollectionisEmpty 在接口中 SetisEmpty 在类中 AbstractCollectionpublic boolean contains(Object o)
contains 在接口中 Collectioncontains 在接口中 Setcontains 在类中 AbstractCollectionpublic boolean containsAll(Collection c)
containsAll 在接口中 CollectioncontainsAll 在接口中 SetcontainsAll 在类中 AbstractCollectionpublic boolean retainAll(Collection c)
retainAll 在接口中 CollectionretainAll 在接口中 SetretainAll 在类中 AbstractCollectionpublic boolean removeAll(Collection c)
removeAll 在接口中 CollectionremoveAll 在接口中 SetremoveAll 在类中 AbstractSetpublic String toString()
toString 在类中 AbstractCollectionCopyright © 2014–2016. All rights reserved.