Uses of Interface
uk.ipfreely.sets.Range
Packages that use Range
Package
Description
Specialized IP address collection types capable of representing entire address ranges or subsets thereof.
-
Uses of Range in uk.ipfreely.sets
Subinterfaces of Range in uk.ipfreely.setsModifier and TypeInterfaceDescriptioninterfaceMethods in uk.ipfreely.sets that return RangeModifier and TypeMethodDescriptionCombines two ranges into a single range using the least and greatest values from each.AddressSets.range(A first, A last) CreatesRangeinstance.Methods in uk.ipfreely.sets that return types with arguments of type RangeMethods in uk.ipfreely.sets with parameters of type RangeModifier and TypeMethodDescriptiondefault booleanTests if the last value in either range is one less than the first value of the other.default booleanRange.contiguous(Range<A> r) Tests if this range can create a contiguous range with another.Combines two ranges into a single range using the least and greatest values from each.default booleanRange.intersects(Range<A> r) Tests if there is any overlap in the address ranges.