Uses of Interface
uk.ipfreely.sets.Block
Package
Description
Specialized IP address collection types capable of representing entire address ranges or subsets thereof.
-
Uses of Block in uk.ipfreely.sets
Modifier and TypeMethodDescriptionAddressSets.address
(A address) Single address asBlock
.AddressSets.block
(A first, int maskSize) CreatesBlock
from 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.