191192193194195196197198199
public final void adjustOffset( int adjust ) { for ( Iterator it = this.parts.iterator(); it.hasNext(); ) { LdifPart part = ( LdifPart ) it.next(); part.adjustOffset( adjust ); } }