From 8f1a75972735032fdab859f053d6f1b2cad3d937 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 28 Jun 2013 14:04:39 -0700 Subject: Doc change: Update gcore reference docs. Change-Id: I9064969741598663ba7a732054ee378d3a14da7e --- .../com/google/android/gms/games/PlayerBuffer.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'docs/html/reference/com/google/android/gms/games/PlayerBuffer.html') diff --git a/docs/html/reference/com/google/android/gms/games/PlayerBuffer.html b/docs/html/reference/com/google/android/gms/games/PlayerBuffer.html index e0ad326..23425bc 100644 --- a/docs/html/reference/com/google/android/gms/games/PlayerBuffer.html +++ b/docs/html/reference/com/google/android/gms/games/PlayerBuffer.html @@ -1278,13 +1278,19 @@ From interface

Get the item at the specified position. Note that the objects returned from subsequent invocations of this method for the same position may not be identical objects, but will be equal in value. In other words: - -

- 
- buffer.get(i) == buffer.get(i) may return false.
- buffer.get(i).equals(buffer.get(i)) will return true.
- 
- 

+

+ buffer.get(i) == buffer.get(i) may return false. +

+ buffer.get(i).equals(buffer.get(i)) will return true.

+
+
Parameters
+ + + + +
position + The position of the item to retrieve.
+
Returns