예제 #1
0
 public boolean startsAfter(ITimestamp t) {
   return startTime.after(t);
 }
예제 #2
0
 public boolean startsBefore(ITimestamp t) {
   return startTime.before(t);
 }