de.grogra.reflect
Class FieldChainImpl
java.lang.Object
de.grogra.reflect.FieldChainImpl
- All Implemented Interfaces:
- FieldChain
public class FieldChainImpl
- extends java.lang.Object
- implements FieldChain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FieldChainImpl
public FieldChainImpl(Field field)
FieldChainImpl
public FieldChainImpl(FieldChain list,
Field field)
getField
public Field getField(int index)
- Specified by:
getField
in interface FieldChain
length
public int length()
- Specified by:
length
in interface FieldChain
overlaps
public boolean overlaps(int[] indices,
FieldChain list,
int[] listIndices)
- Specified by:
overlaps
in interface FieldChain
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object