| Modifier and Type | Field and Description |
|---|---|
static Ipv6 |
Ipv6.FIRST_IPV6_ADDRESS |
static Ipv6 |
Ipv6.LAST_IPV6_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
Ipv6 |
Ipv6.lowerBoundForPrefix(int prefixLength) |
Ipv6 |
Ipv6.next() |
static Ipv6 |
Ipv6.of(BigInteger value) |
static Ipv6 |
Ipv6.of(String value) |
static Ipv6 |
Ipv6.parse(String ipv6Address)
Parses a String into an
Ipv6 address. |
Ipv6 |
Ipv6.previous() |
Ipv6 |
Ipv6.upperBoundForPrefix(int prefixLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
Ipv6.compareTo(Ipv6 other) |
static int |
PrefixUtils.findMaxPrefixLengthForAddress(Ipv6 address) |
static Ipv6Range.Ipv6RangeBuilder |
Ipv6Range.from(Ipv6 from) |
int |
Ipv6.getCommonPrefixLength(Ipv6 other) |
protected Ipv6Range |
Ipv6Range.newInstance(Ipv6 start,
Ipv6 end) |
Ipv6Range |
Ipv6Range.Ipv6RangeBuilder.to(Ipv6 to) |
| Constructor and Description |
|---|
Ipv6Range(Ipv6 start,
Ipv6 end) |
Ipv6RangeBuilder(Ipv6 from) |
Copyright © 2016. All rights reserved.