public class RangePosts extends Object implements Serializable
| Constructor and Description |
|---|
RangePosts() |
RangePosts(int lastReturnedPostTimelineIndex,
ArrayList<Post> feeds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLastReturnedPostTimelineIndex() |
ArrayList<Post> |
getPosts() |
void |
setLastReturnedPostTimelineIndex(int lastReturnedPostTimelineIndex) |
void |
setPosts(ArrayList<Post> posts) |
Copyright © 2022. All rights reserved.