| Constructor and Description |
|---|
Subject(java.lang.String name,
long count)
Construct a Subject instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Subject o) |
long |
getCount()
Get the subject message count
|
@NonNull java.lang.String |
getName()
Get the subject name
|
java.lang.String |
toString() |
public Subject(java.lang.String name,
long count)
name - the subject namecount - the message count