com.google.android.gms.common.data.DataBuffer<T> |
![]() |
Interface for a buffer of typed data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
use
release() instead | |||||||||||
Returns an element on specified position.
| |||||||||||
This method is deprecated.
release() is idempotent, and so is safe to call multiple times | |||||||||||
Releases resources used by the buffer.
| |||||||||||
In order to use this iterator it should be supported by particular
DataBuffer . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns an element on specified position.
Parameters | |
---|---|
position |
int |
Returns | |
---|---|
T |
Returns | |
---|---|
int |
This method is deprecated.
release()
is idempotent, and so is safe to call multiple times
Returns | |
---|---|
boolean |
Returns | |
---|---|
Iterator<T> |
Releases resources used by the buffer. This method is idempotent.
In order to use this iterator it should be supported by particular DataBuffer
. Be
careful: there will be single reference while iterating. If you are not sure - DO NOT USE this
iterator.
Returns | |
---|---|
Iterator<T> |