public class IPv4AddressExprUtils extends Object
| Constructor and Description |
|---|
IPv4AddressExprUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
overflowsUnsignedInt(long value) |
static inet.ipaddr.ipv4.IPv4Address |
parse(long value) |
static inet.ipaddr.ipv4.IPv4Address |
parse(String string) |
static inet.ipaddr.IPAddressString |
parseString(String string) |
static long |
toLong(inet.ipaddr.ipv4.IPv4Address address) |
static String |
toString(inet.ipaddr.ipv4.IPv4Address address) |
public static boolean overflowsUnsignedInt(long value)
@Nullable public static inet.ipaddr.ipv4.IPv4Address parse(@Nullable String string)
@Nullable public static inet.ipaddr.IPAddressString parseString(@Nullable String string)
@Nullable public static inet.ipaddr.ipv4.IPv4Address parse(long value)
public static String toString(inet.ipaddr.ipv4.IPv4Address address)
public static long toLong(inet.ipaddr.ipv4.IPv4Address address)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.