com.stackmob.sdkapi
Class SMList<T extends SMValue>

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<T>
      extended by com.stackmob.sdkapi.SMCollection<List<T>>
          extended by 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


Field Summary
 
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
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.SMValue
asA, equals, getValue, hashCode, isA, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.