|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.properties.GenericFieldsIterator<Property>
net.ctdp.rfdynhud.properties.GenericPropertiesIterator
public class GenericPropertiesIterator
Iterates all Property
fields of a given Class
.
This includes all super classes and even private fields.
Constructor Summary | |
---|---|
GenericPropertiesIterator(java.lang.Object object)
|
|
GenericPropertiesIterator(java.lang.Object object,
boolean includeStatic)
|
Method Summary | |
---|---|
protected boolean |
checkFieldType(java.lang.reflect.Field field)
Checks, if the field is of a type, that we want to iterate. |
Methods inherited from class net.ctdp.rfdynhud.properties.GenericFieldsIterator |
---|
hasNext, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericPropertiesIterator(java.lang.Object object, boolean includeStatic)
public GenericPropertiesIterator(java.lang.Object object)
Method Detail |
---|
protected boolean checkFieldType(java.lang.reflect.Field field)
GenericFieldsIterator
checkFieldType
in class GenericFieldsIterator<Property>
true
, if the field is interesting, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |