public final class TrackSelectionArray extends Object
TrackSelections.| Modifier and Type | Field | Description |
|---|---|---|
int |
length |
The length of this array.
|
| Constructor | Description |
|---|---|
TrackSelectionArray(@NullableType TrackSelection... trackSelections) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
TrackSelection |
get(int index) |
Returns the selection at a given index.
|
@NullableType TrackSelection[] |
getAll() |
Returns the selections in a newly allocated array.
|
int |
hashCode() |
public TrackSelectionArray(@NullableType TrackSelection... trackSelections)
trackSelections - The selections. Must not be null, but may contain null elements.@Nullable public TrackSelection get(int index)
index - The index of the selection.public @NullableType TrackSelection[] getAll()