Uses of Interface
uk.ipfreely.sets.Range
Package
Description
Specialized IP address collection types capable of representing entire address ranges or subsets thereof.
-
Uses of Range in uk.ipfreely.sets
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeMethodDescriptionCombines two ranges into a single range using the least and greatest values from each.AddressSets.range
(A first, A last) CreatesRange
instance.Modifier 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.