Uses of Interface
uk.ipfreely.sets.Block
Packages that use Block
Package
Description
Specialized IP address collection types capable of representing entire address ranges or subsets thereof.
-
Uses of Block in uk.ipfreely.sets
Methods in uk.ipfreely.sets that return BlockModifier and TypeMethodDescriptionAddressSets.address(A address) Single address asBlock.AddressSets.block(A first, int maskSize) CreatesBlockfrom network address and mask size.AddressSets.block(A first, A last) Creates a block from the given addresses which MUST form a valid CIDR block.static Block<?> Parses a CIDR string form as defined by RFC4632.AsAddressSets.parseCidr(String)with version expectation.Methods in uk.ipfreely.sets that return types with arguments of type Block