com.stackmob.sdkapi
Class SMList<T extends SMValue>
java.lang.Object
com.stackmob.sdkapi.SMValue<T>
com.stackmob.sdkapi.SMCollection<List<T>>
com.stackmob.sdkapi.SMList<T>
- Type Parameters:
T - The type of all values in this list
public class SMList<T extends SMValue>
- extends SMCollection<List<T>>
A List of values
| Fields inherited from class com.stackmob.sdkapi.SMValue |
value |
|
Constructor Summary |
SMList(List<T> value)
Create a new SMList |
SMList(T... values)
Create a new SMList |
SMList
public SMList(List<T> value)
- Create a new SMList
- Parameters:
value - the List of values
SMList
public SMList(T... values)
- Create a new SMList
- Parameters:
values - the values which will comprise the list
Copyright © 2012 StackMob. All Rights Reserved.