|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.convert1.util.BasicInheritor
public class BasicInheritor
An inheritence sequence. The target class is first, followed by its superclass and its interfaces. Then the lookup recurses through the superclass and interfaces with the same strategy. It is ensured that java.lang.Object is last in the sequence.
Constructor Summary | |
---|---|
BasicInheritor()
|
|
BasicInheritor(Class clazz)
|
Method Summary | |
---|---|
Class |
getTarget()
The Class upon which to generate a sequence. |
Iterator |
iterator()
Returns a sequence of Class objects. |
void |
setTarget(Class clazz)
Specify the Class upon which to generate a sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicInheritor()
public BasicInheritor(Class clazz)
Method Detail |
---|
public void setTarget(Class clazz)
Inheritor
setTarget
in interface Inheritor
public Class getTarget()
Inheritor
getTarget
in interface Inheritor
public Iterator iterator()
Inheritor
iterator
in interface Inheritor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |