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()
boolean
getMoreElement()
boolean
isFirstCall()
void
setFirstCall(boolean firstCall)
void
setList(List<B> list)
void
setMoreElement(boolean moreElement)
-
-
-
Constructor Detail
-
StreamingList
public StreamingList(Collection collection, boolean moreElement)
-
StreamingList
public StreamingList()
-
-