Uses of Class
com.biglybt.core.ipfilter.impl.IpRangeV6Impl
-
Packages that use IpRangeV6Impl Package Description com.biglybt.core.ipfilter.impl -
-
Uses of IpRangeV6Impl in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl declared as IpRangeV6Impl Modifier and Type Field Description private IpRangeV6Impl[]
IPAddressRangeManagerV6. sorted_ranges
Fields in com.biglybt.core.ipfilter.impl with type parameters of type IpRangeV6Impl Modifier and Type Field Description private java.util.Comparator<IpRangeV6Impl>
IPAddressRangeManagerV6. range_comparator
private java.util.Set<IpRangeV6Impl>
IPAddressRangeManagerV6. ranges
Methods in com.biglybt.core.ipfilter.impl with parameters of type IpRangeV6Impl Modifier and Type Method Description protected void
IPAddressRangeManagerV6. addRange(IpRangeV6Impl range)
protected void
IPAddressRangeManagerV6. removeRange(IpRangeV6Impl range)
-