public static class SparseShortArray.Entry extends Object
SparseShortArray, consisting of
an index and value.| Modifier and Type | Field and Description |
|---|---|
int |
index
The index in the array of the value
|
short |
value
The value of the array at the index
|
| Constructor and Description |
|---|
SparseShortArray.Entry() |
public int index
public short value
public SparseShortArray.Entry()