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