|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.properties.GenericFieldsIterator<Position>
net.ctdp.rfdynhud.values.GenericPositionsIterator
public class GenericPositionsIterator
Iterates all Position
fields of a given Class
.
This includes all super classes and even private fields.
Constructor Summary | |
---|---|
GenericPositionsIterator(java.lang.Object object)
|
|
GenericPositionsIterator(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 GenericPositionsIterator(java.lang.Object object, boolean includeStatic)
public GenericPositionsIterator(java.lang.Object object)
Method Detail |
---|
protected boolean checkFieldType(java.lang.reflect.Field field)
GenericFieldsIterator
checkFieldType
in class GenericFieldsIterator<Position>
true
, if the field is interesting, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |