| Modifier and Type | Field and Description |
|---|---|
static Ipv4 |
Ipv4.FIRST_IPV4_ADDRESS |
static Ipv4 |
Ipv4.LAST_IPV4_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
Ipv4 |
Ipv4.lowerBoundForPrefix(int prefixLength) |
Ipv4 |
Ipv4.next() |
static Ipv4 |
Ipv4.of(BigInteger from) |
static Ipv4 |
Ipv4.of(Long value) |
static Ipv4 |
Ipv4.of(String value) |
static Ipv4 |
Ipv4.parse(String ipv4Address) |
Ipv4 |
Ipv4.previous() |
Ipv4 |
Ipv4.upperBoundForPrefix(int prefixLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
Ipv4.compareTo(Ipv4 other) |
static Ipv4Range.Ipv4RangeBuilder |
Ipv4Range.from(Ipv4 from) |
int |
Ipv4.getCommonPrefixLength(Ipv4 other) |
protected Ipv4Range |
Ipv4Range.newInstance(Ipv4 start,
Ipv4 end) |
Ipv4Range |
Ipv4Range.Ipv4RangeBuilder.to(Ipv4 to) |
| Constructor and Description |
|---|
Ipv4Range(Ipv4 start,
Ipv4 end) |
Ipv4RangeBuilder(Ipv4 from) |
Copyright © 2016. All rights reserved.