org.aksw.commons.collection.rangeset.RangeSetDelegateMutable Maven / Gradle / Ivy
package org.aksw.commons.collection.rangeset;
import com.google.common.collect.RangeSet;
public interface RangeSetDelegateMutable>
extends RangeSetDelegate
{
void setDelegate(RangeSet delegate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy