@Override
 public boolean hasNextOccurence() {
   return mySupport != null && mySupport.hasNextOccurence();
 }