public abstract class FloatProperty<T>
extends android.util.Property<T,java.lang.Float>
Constructor and Description |
---|
FloatProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
set(T object,
java.lang.Float value) |
abstract void |
setValue(T object,
float value)
A type-specific variant of
set(Object, Float) that is faster when dealing
with fields of type float . |
public abstract void setValue(T object, float value)
set(Object, Float)
that is faster when dealing
with fields of type float
.