Uses of Interface
uk.ipfreely.sets.AddressSet
Packages that use AddressSet
Package
Description
Specialized IP address collection types capable of representing entire address ranges or subsets thereof.
-
Uses of AddressSet in uk.ipfreely.sets
Subinterfaces of AddressSet in uk.ipfreely.setsModifier and TypeInterfaceDescriptioninterfaceinterfaceAddressSetinterface that forms contiguous range of one or moreAddresses.Methods in uk.ipfreely.sets with type parameters of type AddressSetModifier and TypeMethodDescriptionstatic <A extends Addr<A>,S extends AddressSet<A>>
AddressSet<A> Version ofAddressSets.of(AddressSet[])intended for standard collections.static <A extends Addr<A>,S extends AddressSet<A>>
AddressSet<A> AddressSets.of(S... sets) Factory method forAddressSet.Methods in uk.ipfreely.sets that return AddressSetModifier and TypeMethodDescriptionstatic <A extends Addr<A>,S extends AddressSet<A>>
AddressSet<A> Version ofAddressSets.of(AddressSet[])intended for standard collections.static <A extends Addr<A>,S extends AddressSet<A>>
AddressSet<A> AddressSets.of(S... sets) Factory method forAddressSet.Methods in uk.ipfreely.sets that return types with arguments of type AddressSetModifier and TypeMethodDescriptionstatic <A extends Addr<A>>
Collector<AddressSet<A>, Collection<AddressSet<A>>, AddressSet<A>> AddressSets.collector()static <A extends Addr<A>>
Collector<AddressSet<A>, Collection<AddressSet<A>>, AddressSet<A>> AddressSets.collector()static <A extends Addr<A>>
Collector<AddressSet<A>, Collection<AddressSet<A>>, AddressSet<A>> AddressSets.collector()Methods in uk.ipfreely.sets with parameters of type AddressSetModifier and TypeMethodDescriptionstatic <A extends Addr<A>,S extends AddressSet<A>>
AddressSet<A> AddressSets.of(S... sets) Factory method forAddressSet.