summaryrefslogtreecommitdiffstats
path: root/docs/html/reference/com/google/android/gms/games/PlayerBuffer.html
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-06-28 14:04:39 -0700
committerDirk Dougherty <ddougherty@google.com>2013-07-10 18:38:36 -0700
commit8f1a75972735032fdab859f053d6f1b2cad3d937 (patch)
tree96e76b265bb58a654e6d7613aebd8fd65d331b54 /docs/html/reference/com/google/android/gms/games/PlayerBuffer.html
parent8451fc4f8660842b21e4ed3bddaedb0eb9490855 (diff)
downloadframeworks_base-8f1a75972735032fdab859f053d6f1b2cad3d937.zip
frameworks_base-8f1a75972735032fdab859f053d6f1b2cad3d937.tar.gz
frameworks_base-8f1a75972735032fdab859f053d6f1b2cad3d937.tar.bz2
Doc change: Update gcore reference docs.
Change-Id: I9064969741598663ba7a732054ee378d3a14da7e
Diffstat (limited to 'docs/html/reference/com/google/android/gms/games/PlayerBuffer.html')
-rw-r--r--docs/html/reference/com/google/android/gms/games/PlayerBuffer.html20
1 files changed, 13 insertions, 7 deletions
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
<div class="jd-tagdata jd-tagdescr"><p>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:
-
- <pre>
- <code>
- buffer.get(i) == buffer.get(i) may return false.
- buffer.get(i).equals(buffer.get(i)) will return true.
- </code>
- </pre></p></div>
+ <p>
+ <code>buffer.get(i) == buffer.get(i)</code> may return false.
+ <p>
+ <code>buffer.get(i).equals(buffer.get(i))</code> will return true.</p></div>
+ <div class="jd-tagdata">
+ <h5 class="jd-tagtitle">Parameters</h5>
+ <table class="jd-tagtable">
+ <tr>
+ <th>position</td>
+ <td>The position of the item to retrieve.</td>
+ </tr>
+ </table>
+ </div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>the item at <code>position</code> in this buffer.