stella
Class MasterMind.Stamp
java.lang.Object
stella.MasterMind.Stamp
- Enclosing class:
- MasterMind
private static class MasterMind.Stamp
- extends Object
Class that holds the unique id plus the time stamp.
|
Field Summary |
(package private) String |
id
|
(package private) long |
time
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
String id
time
long time
MasterMind.Stamp
private MasterMind.Stamp(long ms,
String unique)
- Construct a time stamp.
getTime
public long getTime()
- Returns the time.
getID
public String getID()
- Returns the ID.