org.objectweb.jac.core
Class WrappingChain
java.lang.Object
|
+--org.objectweb.jac.core.WrappingChain
- public class WrappingChain
- extends Object
Field Summary |
Object[][] |
chain
Each element of this array is a two elements array whose 1st
element is the wrapper, and whose 2nd element is the
wrappingMethod |
chain
public Object[][] chain
- Each element of this array is a two elements array whose 1st
element is the wrapper, and whose 2nd element is the
wrappingMethod
WrappingChain
public WrappingChain(Object[][] chain)
WrappingChain
public WrappingChain()
add
public void add(int rank,
Object[] wrappingMethod)
contains
public boolean contains(Object[] wrappingMethod)
remove
public void remove(int rank)
size
public int size()
get
public Object[] get(int i)
toString
public String toString()
- Overrides:
toString
in class Object