Interface | Description |
---|---|
TwitterStatusList<T extends USMFStatus> |
Class | Description |
---|---|
ConvertUSMFList |
This wrapper allows the writing of a list such that each element is converted using a conversion function
|
FileTwitterStatusList<T extends USMFStatus> | |
MemoryTwitterStatusList<T extends USMFStatus> |
A List of
USMFStatus instances held in memory (backed by an ArrayList .) |
StreamJSONStatusList |
A list of json maps
|
StreamJSONStatusList.ReadableWritableJSON |
a readable json hashmap
|
StreamTwitterStatusList<T extends USMFStatus> |
Converts an input stream into a list
USMFStatus instances using various methods. |
TwitterStatusListUtils |