类 | 说明 |
---|---|
FloatProperty<T> |
An implementation of
Property to be used specifically with fields of type
float . |
IntProperty<T> |
An implementation of
Property to be used specifically with fields of type
int . |
Property<T,V> |
A property is an abstraction that can be used to represent a
|
异常错误 | 说明 |
---|---|
NoSuchPropertyException |
Thrown when code requests a
Property on a class that does
not expose the appropriate method or field. |