GameBuffer
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
GameBuffer is a data structure that provides access to a list of games.
-
It includes a public
get(int position)method to retrieve a specific Game object by its index. -
GameBuffer inherits methods for data management, iteration, closing, and releasing resources from various interfaces and classes.
Data structure providing access to a list of games.
Public Method Summary
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)
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()