java.lang.Object | |
↳ | com.google.android.gms.common.data.FreezableUtils |
Utilities for working with Freezable
objects.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Utility helper method to freeze an array of freezable entities into a list of concrete
entities.
| |||||||||||
Utility helper method to freeze a list of freezable entities into a list of concrete
entities.
| |||||||||||
Utility helper method to freeze an array of freezable entities into a list of concrete
entities.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Utility helper method to freeze an array of freezable entities into a list of concrete
entities. The array provided here must contain elements that implement the Freezable
interface.
E
.
Type E is the type of object contained in the array. Must implement Freezable
.array | Array to freeze contents from. |
---|
Utility helper method to freeze a list of freezable entities into a list of concrete
entities. The list provided here must contain elements that implement the Freezable
interface.
E
.
Type E is the type of object contained in the list. Must implement Freezable
.list | ArrayList to freeze contents from. |
---|
Utility helper method to freeze an array of freezable entities into a list of concrete
entities. The array provided here must contain elements that implement the Freezable
interface.
E
.
Type E is the type of object contained in the array. Must implement Freezable
.iterable | Iterable to freeze contents from. |
---|