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