public static class KeyFrameArray.CustomArray
extends java.lang.Object
| Constructor and Description |
|---|
CustomArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int position,
CustomAttribute value) |
void |
clear() |
void |
dump() |
int |
keyAt(int i) |
void |
remove(int position) |
int |
size() |
CustomAttribute |
valueAt(int i) |
public void clear()
public void dump()
public int size()
public CustomAttribute valueAt(int i)
public int keyAt(int i)
public void append(int position,
CustomAttribute value)
public void remove(int position)