Package | Description |
---|---|
org.openimaj.tools.twitter.options | |
org.openimaj.twitter.collection |
Modifier and Type | Method and Description |
---|---|
TwitterStatusList<USMFStatus> |
TwitterPreprocessingToolOptions.getTwitterStatusList() |
Modifier and Type | Class and Description |
---|---|
class |
FileTwitterStatusList<T extends USMFStatus> |
class |
MemoryTwitterStatusList<T extends USMFStatus>
A List of
USMFStatus instances held in memory (backed by an ArrayList .) |
class |
StreamTwitterStatusList<T extends USMFStatus>
Converts an input stream into a list
USMFStatus instances using various methods. |
Constructor and Description |
---|
ConvertUSMFList(TwitterStatusList<? extends USMFStatus> list,
Class<? extends GeneralJSON> convertType) |