public class IPv6AddressWithMask extends IPAddressWithMask<IPv6Address>
Modifier and Type | Field and Description |
---|---|
static IPv6AddressWithMask |
NONE |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(IPAddress<?> ip) |
IPVersion |
getIpVersion() |
static IPv6AddressWithMask |
of(IPv6Address value,
IPv6Address mask) |
static IPv6AddressWithMask |
of(String string) |
getSubnetBroadcastAddress, isSubnetBroadcastAddress, toString
public static final IPv6AddressWithMask NONE
public IPVersion getIpVersion()
getIpVersion
in class IPAddressWithMask<IPv6Address>
public static IPv6AddressWithMask of(IPv6Address value, IPv6Address mask)
public static IPv6AddressWithMask of(String string)
public boolean contains(IPAddress<?> ip)
contains
in class IPAddressWithMask<IPv6Address>
Copyright © 2014. All rights reserved.