Uses of Class
inet.ipaddr.format.util.Partition
-
Packages that use Partition Package Description inet.ipaddr.format.util Contains utility classes such as collections, spliterators, and String-writers. -
-
Uses of Partition in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util that return Partition Modifier and Type Method Description static <E extends AddressSegmentSeries>
Partition<E>Partition. partitionWithSingleBlockSize(E newAddr)
Partitions the address series into prefix blocks and single addresses.static <E extends IPAddress>
Partition<E>Partition. partitionWithSpanningBlocks(E newAddr)
Partitions the address series into prefix blocks and single addresses.
-