All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.delta.SetDelta Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.delta;

import java.util.Set;

public interface SetDelta {
    boolean getRemoveRest();

    Set getAddedValues();

    Set getRemovedValues();

    boolean getDeleteIfEmpty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy