Exemplo n.º 1
0
 public boolean startsAfter(ITimestamp t) {
   return startTime.after(t);
 }
Exemplo n.º 2
0
 public boolean startsBefore(ITimestamp t) {
   return startTime.before(t);
 }