public final class TrackSelectionArray
extends java.lang.Object
TrackSelections.| Modifier and Type | Field and Description |
|---|---|
int |
length
The length of this array.
|
| Constructor and Description |
|---|
TrackSelectionArray(TrackSelection... trackSelections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TrackSelection |
get(int index)
Returns the selection at a given index.
|
TrackSelection[] |
getAll()
Returns the selections in a newly allocated array.
|
int |
hashCode() |
public TrackSelectionArray(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 TrackSelection[] getAll()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object obj)
equals in class java.lang.Object