ClientQueue

@Immutable
@PublicApi
@AutoValue
public abstract class ClientQueue



Reprezentuje kolejkę elementów multimedialnych.

Podsumowanie

Typy zagnieżdżone

Kreator dla: ClientQueue.

Metody publiczne

static ClientQueue.Builder
abstract int

Zwraca bieżący indeks w kolejce.

abstract ImmutableList<ClientQueueEntry>

Zwraca listę elementów ClientQueueEntry w kolejce.

Metody publiczne

monter

public static ClientQueue.Builder builder()

currentIndex

public abstract int currentIndex()

Zwraca bieżący indeks w kolejce.

wpisy

public abstract ImmutableList<ClientQueueEntryentries()

Zwraca listę elementów ClientQueueEntry w kolejce.