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

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

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

import java.util.Map;

public interface MapDelta extends Delta {
    boolean getRemoveRest();

    Map getEntries();

    boolean getDeleteIfEmpty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy