public ModificationDelegator(@NotNull final SharedMapEventListener<K, V, SharedHashMap<K, V>> nextListener,
final Bytes bytes, long startOfModificationIterators) {
this.nextListener = nextListener;
this.startOfModificationIterators = startOfModificationIterators;
bitSet = new ATSDirectBitSet(bytes);
}