Package org.silverpeas.mobile.shared
Class StreamingList<B>
- java.lang.Object
-
- org.silverpeas.mobile.shared.StreamingList<B>
-
- All Implemented Interfaces:
Serializable
public class StreamingList<B> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamingList()StreamingList(Collection collection, boolean moreElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<B>getList()booleangetMoreElement()booleanisFirstCall()voidsetFirstCall(boolean firstCall)voidsetList(List<B> list)voidsetMoreElement(boolean moreElement)
-
-
-
Constructor Detail
-
StreamingList
public StreamingList(Collection collection, boolean moreElement)
-
StreamingList
public StreamingList()
-
-