Data structure providing access to a list of games.
Public Method Summary
Game |
get(int
position)
|
Inherited Method Summary
From class
com.google.android.gms.common.data.AbstractDataBuffer
From class java.lang.Object
From interface
com.google.android.gms.common.data.DataBuffer
From interface java.lang.Iterable
void |
forEach(Consumer<? super T>
arg0)
|
abstract Iterator<Game> |
iterator()
|
Spliterator<Game> |
spliterator()
|
From interface
com.google.android.gms.common.api.Releasable
abstract void |
release()
|
From interface java.io.Closeable
abstract void |
close()
|
From interface java.lang.AutoCloseable
abstract void |
close()
|