public abstract class IntProperty<T>
extends android.util.Property<T,java.lang.Integer>
optimize()
Created by Andrey Kulikov on 17/04/16.| Constructor and Description |
|---|
IntProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
get(T object)
Just default implementation.
|
android.util.Property<T,java.lang.Integer> |
optimize() |
void |
set(T object,
java.lang.Integer value) |
abstract void |
setValue(T object,
int value) |
public abstract void setValue(T object, int value)
public final void set(T object, java.lang.Integer value)
set in class android.util.Property<T,java.lang.Integer>public java.lang.Integer get(T object)
get in class android.util.Property<T,java.lang.Integer>public android.util.Property<T,java.lang.Integer> optimize()