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 TypeInterfaceDescriptioninterface
Methods 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) CreatesRange
instance.Methods in uk.ipfreely.sets that return types with arguments of type RangeMethods in uk.ipfreely.sets with parameters of type RangeModifier and TypeMethodDescriptiondefault boolean
Tests if the last value in either range is one less than the first value of the other.Combines two ranges into a single range using the least and greatest values from each.default boolean
Range.contiguous
(Range<A> r) Tests if this range can create a contiguous range with another.default boolean
Range.intersects
(Range<A> r) Tests if there is any overlap in the address ranges.