| Package | Description |
|---|---|
| com.bol.ipresource.ip |
| Modifier and Type | Field and Description |
|---|---|
static Ipv4Interval |
Ipv4Interval.MAX_RANGE
The IPv4 interval that includes all IPv4 addresses (0.0.0.0/0 in CIDR
notation).
|
| Modifier and Type | Field and Description |
|---|---|
protected NestedIntervalMap<Ipv4Interval,V> |
IpTree.ipv4Tree |
| Modifier and Type | Method and Description |
|---|---|
static Ipv4Interval |
Ipv4Interval.parse(InetAddress inetAddress) |
static Ipv4Interval |
Ipv4Interval.parse(String resource) |
static Ipv4Interval |
Ipv4Interval.parseIpAddress(String ipAddress) |
static Ipv4Interval |
Ipv4Interval.parsePrefixWithLength(long prefix,
int prefixLength) |
static Ipv4Interval |
Ipv4Interval.parseReverseDomain(String address) |
Ipv4Interval |
Ipv4Interval.singletonIntervalAtLowerBound() |
| Modifier and Type | Method and Description |
|---|---|
int |
Ipv4Interval.compareTo(Ipv4Interval that)
|
int |
Ipv4Interval.compareUpperBound(Ipv4Interval that) |
boolean |
Ipv4Interval.contains(Ipv4Interval that) |
boolean |
Ipv4Interval.intersects(Ipv4Interval that) |
Copyright © 2022. All rights reserved.