T - public class SubjectTuple<T extends Subject> extends Object
| Constructor and Description |
|---|
SubjectTuple()
Undefined SubjectTuple.
|
SubjectTuple(T subject,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getSubject()
Get the Subject.
|
long |
getTimestamp()
Get the timestamp.
|
int |
hashCode() |
public SubjectTuple()
public SubjectTuple(T subject, long timestamp)
subject - timestamp - public final T getSubject()
public final long getTimestamp()
Copyright © 2019. All rights reserved.