| 构造器和说明 |
|---|
ThrowExceptionContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(AClass e)
Add an exception type, make sure the exception type is not sub type(or equal) of any element in this container
|
boolean |
addAll(Collection<? extends AClass> c) |
void |
clear() |
boolean |
contains(Object o)
if the parameter is sub type of any exception type in this class.
|
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<AClass> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(AClass e)
add 在接口中 Collection<AClass>add 在接口中 Set<AClass>Set.add(java.lang.Object)public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll 在接口中 Collection<AClass>containsAll 在接口中 Set<AClass>public boolean addAll(Collection<? extends AClass> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
Copyright © 2015. All rights reserved.