stella
Class MasterMind.Stamp

java.lang.Object
  extended by 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
           
 
Constructor Summary
private MasterMind.Stamp(long ms, String unique)
          Construct a time stamp.
 
Method Summary
 String getID()
          Returns the ID.
 long getTime()
          Returns the time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

String id

time

long time
Constructor Detail

MasterMind.Stamp

private MasterMind.Stamp(long ms,
                         String unique)
Construct a time stamp.

Method Detail

getTime

public long getTime()
Returns the time.


getID

public String getID()
Returns the ID.