public final class TrackSelectionArray
extends java.lang.Object
TrackSelector operation.| Modifier and Type | Field and Description |
|---|---|
int |
length
The number of selections in the result.
|
| 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 final int length
public TrackSelectionArray(TrackSelection... trackSelections)
trackSelections - The selections. Must not be null, but may contain null elements.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(java.lang.Object obj)
equals in class java.lang.Object