cn.wensiqun.asmsupport.operators.util
类 ThrowExceptionContainer
java.lang.Object
cn.wensiqun.asmsupport.operators.util.ThrowExceptionContainer
- 所有已实现的接口:
- Iterable<AClass>, Collection<AClass>, Set<AClass>
public class ThrowExceptionContainer
- extends Object
- implements Set<AClass>
异常集合
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowExceptionContainer
public ThrowExceptionContainer()
size
public int size()
- 指定者:
- 接口
Collection<AClass> 中的 size - 指定者:
- 接口
Set<AClass> 中的 size
isEmpty
public boolean isEmpty()
- 指定者:
- 接口
Collection<AClass> 中的 isEmpty - 指定者:
- 接口
Set<AClass> 中的 isEmpty
contains
public boolean contains(Object o)
- 如果当前集合包含当前给定的异常或者包含当前给定异常的父类异常则
返回true,否则返回false
- 指定者:
- 接口
Collection<AClass> 中的 contains - 指定者:
- 接口
Set<AClass> 中的 contains
iterator
public Iterator<AClass> iterator()
- 指定者:
- 接口
Iterable<AClass> 中的 iterator - 指定者:
- 接口
Collection<AClass> 中的 iterator - 指定者:
- 接口
Set<AClass> 中的 iterator
toArray
public Object[] toArray()
- 指定者:
- 接口
Collection<AClass> 中的 toArray - 指定者:
- 接口
Set<AClass> 中的 toArray
toArray
public <T> T[] toArray(T[] a)
- 指定者:
- 接口
Collection<AClass> 中的 toArray - 指定者:
- 接口
Set<AClass> 中的 toArray
add
public boolean add(AClass e)
- 指定者:
- 接口
Collection<AClass> 中的 add - 指定者:
- 接口
Set<AClass> 中的 add
remove
public boolean remove(Object o)
- 指定者:
- 接口
Collection<AClass> 中的 remove - 指定者:
- 接口
Set<AClass> 中的 remove
containsAll
public boolean containsAll(Collection<?> c)
- 指定者:
- 接口
Collection<AClass> 中的 containsAll - 指定者:
- 接口
Set<AClass> 中的 containsAll
addAll
public boolean addAll(Collection<? extends AClass> c)
- 指定者:
- 接口
Collection<AClass> 中的 addAll - 指定者:
- 接口
Set<AClass> 中的 addAll
removeAll
public boolean removeAll(Collection<?> c)
- 指定者:
- 接口
Collection<AClass> 中的 removeAll - 指定者:
- 接口
Set<AClass> 中的 removeAll
retainAll
public boolean retainAll(Collection<?> c)
- 指定者:
- 接口
Collection<AClass> 中的 retainAll - 指定者:
- 接口
Set<AClass> 中的 retainAll
clear
public void clear()
- 指定者:
- 接口
Collection<AClass> 中的 clear - 指定者:
- 接口
Set<AClass> 中的 clear
Copyright © 2013. All Rights Reserved.