Comparable<NewsEntry>
public class NewsEntry extends Object implements Comparable<NewsEntry>
Modifier and Type | Field | Description |
---|---|---|
String |
authorName |
|
String |
content |
|
String |
contentType |
|
String |
id |
|
String |
link |
|
String |
summary |
|
String |
title |
|
long |
updated |
Constructor | Description |
---|---|
NewsEntry() |
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(NewsEntry e) |
reverse, newest first
|
boolean |
equals(Object o) |
|
int |
hashCode() |