| Package | Description |
|---|---|
| com.bol.ipresource.etree | |
| com.bol.ipresource.ip |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntervalMap<K extends Interval<?>,V>
A map with intervals as keys.
|
class |
MultiValueIntervalMap<K extends Interval<K>,V> |
class |
NestedIntervalMap<K extends Interval<K>,V>
A map with intervals as keys.
|
static class |
NestedIntervalMap.Key<K extends Interval<K>> |
class |
SynchronizedIntervalMap<K extends Interval<K>,V> |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Interval<K>,V> |
SynchronizedIntervalMap.synchronizedMap(IntervalMap<K,V> toWrap) |
static <K extends Interval<K>,V> |
SynchronizedIntervalMap.synchronizedMap(IntervalMap<K,V> toWrap,
Object mutex) |
| Modifier and Type | Method and Description |
|---|---|
Interval<?> |
IntersectingIntervalException.getInterval() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Interval<?>> |
IntersectingIntervalException.getIntersections() |
| Constructor and Description |
|---|
IntersectingIntervalException(Interval<?> interval,
List<? extends Interval<?>> intersections) |
| Constructor and Description |
|---|
IntersectingIntervalException(Interval<?> interval,
List<? extends Interval<?>> intersections) |
| Modifier and Type | Class and Description |
|---|---|
class |
IpInterval<K> |
class |
Ipv4Interval
Efficient representation of an IPv4 address range.
|
class |
Ipv6Interval
Efficient representation of an IPv6 address range.
|
Copyright © 2022. All rights reserved.