ClientQueue

@Immutable
@PublicApi
@AutoValue
abstract class ClientQueue


Reprezentuje kolejkę elementów multimedialnych.

Podsumowanie

Typy zagnieżdżone

Kreator dla: ClientQueue.

Funkcje publiczne

java-static ClientQueue.Builder!
abstract Int

Zwraca bieżący indeks w kolejce.

abstract ImmutableList<ClientQueueEntry!>!

Zwraca listę elementów ClientQueueEntry w kolejce.

Funkcje publiczne

monter

java-static fun builder(): ClientQueue.Builder!

currentIndex

abstract fun currentIndex(): Int

Zwraca bieżący indeks w kolejce.

wpisy

abstract fun entries(): ImmutableList<ClientQueueEntry!>!

Zwraca listę elementów ClientQueueEntry w kolejce.