8283848586878889909192
@Override public int hashCode() { final HashCodeBuilder builder = new HashCodeBuilder().append(sequencer). append(comparator); if (!iterator().hasNext()) { return builder.toHashCode(); } return builder.append(begin). append(end). toHashCode(); }