D | StreamItemEntry.java | 36 public class StreamItemEntry implements Comparable<StreamItemEntry> { class 60 public static StreamItemEntry createForTest(long id, String text, String comments, in createForTest() 63 return new StreamItemEntry(id, text, comments, timestamp, accountType, accountName, dataSet, in createForTest() 67 private StreamItemEntry(long id, String text, String comments, long timestamp, in StreamItemEntry() method in StreamItemEntry 83 public StreamItemEntry(Cursor cursor) { in StreamItemEntry() method in StreamItemEntry 104 public int compareTo(StreamItemEntry other) { in compareTo()
|