Uses of Class
com.biglybt.core.ipfilter.impl.IpRangeV4Impl
-
Packages that use IpRangeV4Impl Package Description com.biglybt.core.ipfilter.impl -
-
Uses of IpRangeV4Impl in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl declared as IpRangeV4Impl Modifier and Type Field Description protected IpRangeV4Impl[]
IPAddressRangeManagerV4. mergedRanges
private IpRangeV4Impl[]
IpRangeV4Impl. my_merged_entries
Fields in com.biglybt.core.ipfilter.impl with type parameters of type IpRangeV4Impl Modifier and Type Field Description protected java.util.Set<IpRangeV4Impl>
IPAddressRangeManagerV4. entries
Methods in com.biglybt.core.ipfilter.impl that return IpRangeV4Impl Modifier and Type Method Description protected IpRangeV4Impl[]
IpRangeV4Impl. getMergedEntries()
private IpRangeV4Impl
IPAddressRangeManagerV4. isInRange(long address_long)
IpRangeV4Impl
IPAddressRangeManagerV4. isInRange(java.net.Inet4Address ip)
Methods in com.biglybt.core.ipfilter.impl with parameters of type IpRangeV4Impl Modifier and Type Method Description protected void
IpRangeV4Impl. addMergedEntry(IpRangeV4Impl e2)
protected void
IPAddressRangeManagerV4. addRange(IpRangeV4Impl range)
protected void
IPAddressRangeManagerV4. removeRange(IpRangeV4Impl range)
-