@Override
 public boolean withinBounds() {
   return baseOffset.withinBounds() && timestamps.get(baseOffset.getOffset()) < threshold;
 }