Class TrackSelectionArray

    • Field Detail

      • length

        public final int length
        The length of this array.
    • Constructor Detail

      • TrackSelectionArray

        public TrackSelectionArray​(@NullableType TrackSelection... trackSelections)
        Parameters:
        trackSelections - The selections. Must not be null, but may contain null elements.
    • Method Detail

      • get

        @Nullable
        public TrackSelection get​(int index)
        Returns the selection at a given index.
        Parameters:
        index - The index of the selection.
        Returns:
        The selection.
      • getAll

        public @NullableType TrackSelection[] getAll()
        Returns the selections in a newly allocated array.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(@Nullable
                              Object obj)
        Overrides:
        equals in class Object