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

be.bagofwords.util.Compactable Maven / Gradle / Ivy

package be.bagofwords.util;

public interface Compactable {

    //Make the object more space efficient. Calling this
    //method on an object that is already compacted should have no effect

    void compact();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy