![JAR search and dependency download from the Maven repository](/logo.png)
bt.data.range.DelegatingRange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bt-core Show documentation
Show all versions of bt-core Show documentation
BitTorrent Client Library (Core)
package bt.data.range;
/**
* @since 1.3
*/
public interface DelegatingRange> {
/**
* @since 1.3
*/
T getDelegate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy