public boolean isPaired() {
    if (entry.hasPairFlags()) {

      return EntryFlagHelper.isPaired(entry);

    } else return false;
  }