java.lang.ObjectTwitterDataFile
public class TwitterDataFile
A class representing a file filled with Twitter data.
Constructor Summary | |
---|---|
TwitterDataFile(java.lang.String filename)
Creates a new TwitterDataFile representing the given file of twitter data. |
Method Summary | |
---|---|
java.util.ArrayList<java.lang.String> |
getTwitterDataList()
Gets the twitter data from the TwitterDataFile as an ArrayList of tweet data Each tweet data is a String of the format: timestamp TAB author TAB content |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwitterDataFile(java.lang.String filename)
filename
- A pathname StringMethod Detail |
---|
public java.util.ArrayList<java.lang.String> getTwitterDataList()